eda_sys_message_bus_pull_public
Pulls a single public message from the EasyEDA Pro message bus. Use it to retrieve the next available public message for processing in your EDA automation workflow.
Instructions
sys_MessageBus.pullPublic(topic: string, callbackFn: (message: any) => void) -> ISYS_MessageBusTask 公共消息总线:拉消息 remarks: 每次只能拉一个消息 returns: 消息总线任务
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |