SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_run.spc

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

task main()
{
while (true)
{
Run(SLOT2); // start running the program in slot 2
}
}