This commit is contained in:
2021-08-19 16:15:28 +08:00
parent fb453f674d
commit 99b4aee754
5 changed files with 35 additions and 36 deletions
+6
View File
@@ -34,4 +34,10 @@ interface CustomProcess
public function onHandler(Process $process): void;
/**
*
*/
public function onProcessStop(): void;
}