This commit is contained in:
2021-09-24 10:17:40 +08:00
parent ac63427a51
commit 323f37b744
+1 -1
View File
@@ -26,7 +26,7 @@ class Constant
const CLOSE = 'Close';
const TASK = 'Task';
const FINISH = 'Finish';
const PIPE_MESSAGE = 'OnPipeMessageInterface';
const PIPE_MESSAGE = 'PipeMessage';
const WORKER_ERROR = 'WorkerError';
const MANAGER_START = 'ManagerStart';
const MANAGER_STOP = 'ManagerStop';