ID : 9270
Hold
Function
To hold execution of the own task.
Syntax
Hold
Description
Execution of the own task is held.
Related Terms
Kill, Run, Suspend, SuspendAll, Halt, ContinueAll, Task Status
Attention
-
Example
'!TITLE "Program execution suspend"
Sub Sample_Hold
Move P, P[0],Next
If IO[128] = 1 Then
Hold
End If
End Sub
ID : 9270

