eda_sys_loading_and_progress_bar_show_loading
Display a gray loading overlay that blocks user interactions in the EDA window while an operation runs, with no progress indicator.
Instructions
sys_LoadingAndProgressBar.showLoading() -> void 显示无进度加载覆盖 remarks: 没有进度指示,但会存在与进度条一致的灰色覆盖,阻止用户进一步操作
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |