SPC  Version 0.9.5
 All Files Functions 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_Stop.spc.