eda_sys_timer_clear_timeout_timer
Cancel a previously set single-shot timer by its ID to stop its execution. Returns a boolean indicating whether the timer was successfully cleared.
Instructions
sys_Timer.clearTimeoutTimer(id: string) -> boolean 清除指定单次定时器 returns: 定时器是否清除成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |