SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_StopProcesses.spc

This is an example of how to use the StopProcesses function.

task main()
{
while(true)
{
StopProcesses(); // stop any tasks except for this one.
}
}