eda_sys_timer_clear_interval_timer
Stops a recurring interval timer by its ID in EasyEDA Pro. Prevents repeated execution of scheduled tasks or callbacks.
Instructions
sys_Timer.clearIntervalTimer(id: string) -> boolean 清除指定循环定时器 returns: 定时器是否清除成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |