ID : 689
Task Control Statement
Command name | Function |
---|---|
Kill | To kill a designated task. |
KillAll | To kill all tasks other than supervisory tasks. |
Suspend | To suspend a designated task. |
SuspendAll | To suspend all tasks other than supervisory tasks. |
Run | To start up a program as a separate task. |
ContinueRun | Obsolete in RC8 series. To perform continue start. |
Halt | To halt the own task. |
Stop | To stop the own task. |
Hold | To hold execution of the own task. |
Delay | To let the own task stand-by for the specified time. |
Wait | To have a task wait for the conditional expression to be True. |
ID : 689