NRC_GetProgramRunStatus()
Get the current program running status
Type
int=>Return the current program running status
Return value | Description |
---|---|
0 | The program is stopped |
1 | The program is paused |
2 | The program is running |
Parameter Option
None
Sample code
int runStatus = NRC_GetProgramRunStatus();//Get the current program running status and assign it to runStatus