eda_pcb_ray_tracer_engine_pause_render
Pause the ray tracing engine to stop ongoing rendering in the PCB editor. Halts further render progress, freeing system resources for other design tasks.
Instructions
pcb_RayTracerEngine.pauseRender() -> Promise 暂停光线追踪渲染 remarks: 暂停后光线追踪引擎将停止继续渲染
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |