CONTINUERUN
(Statement)
[Version 1.98 or later]

Continue-runs tasks.

CONTINUERUN

Restarts all continue-stopped tasks from the subsequent steps.

This statement can be executed only in a supervisory task when the Continue Start is permitted.

PROGRAM TSR1
|
|
------------
|
|
SUSPENDALL
|
'Suspend all tasks and enters "continue stop" state.
|
------------
|
|
CONTINUERUN
|
'Start to continue-run the all the tasks stopped.
|
------------
|
|
END
|
|