NRC_PauseInstrAppendRun()
Pause append run
After successfully calling this function, the robot will pause its operation. You can resume running by calling NRC_RestartInstrAppendRun()
The run queue added during the pause will not run immediately, but will be placed in the cache queue, and the queue will be run only after the restart command is called
Type
int =>Pause append run
Parameter Option
None
Sample code
NRC_PauseInstrAppendRun();