消息总线任务
interface ISYS_MessageBusTask |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => void |
调用以取消任务 | ||
|
(message: any) => Promise<void> |
任务处理 | ||
|
() => boolean |
检查运行状态 |
调用以取消任务
cancel: () => void;任务处理
execute: (message: any) => Promise<void>;检查运行状态
running: () => boolean;