NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void Stop ( bool  bvalue)
inline

Stop the running program.

Stop the running program if bvalue is true. This will halt the program completely, so any code following this command will be ignored.

Parameters
bvalueIf this value is true the program will stop executing.
Examples:
ex_file_system.nxc, and ex_Stop.nxc.