eda_sys_message_bus_pull
Pull a single message from the private EDA message bus to process incoming events. Use this to retrieve the next pending message when handling bus communications.
Instructions
sys_MessageBus.pull(topic: string, callbackFn: (message: any) => void) -> ISYS_MessageBusTask 私有消息总线:拉消息 remarks: 每次只能拉一个消息 returns: 消息总线任务
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |