Difference between revisions of "MC-Basic:SLEEP"
m (Miborich moved page Axystems:MC-Basic:SLEEP to MC-Basic:SLEEP: Global renaming of Axystems: namespace into (Main):) |
|||
Line 38: | Line 38: | ||
* [[MC-Basic:DELAY|DELAY]] | * [[MC-Basic:DELAY|DELAY]] | ||
− | [[Category | + | [[Category:MC-Basic:Task Control|SLEEP]] |
}} | }} |
Revision as of 09:17, 22 May 2014
This command delays the task for a specified period of time (in milliseconds). The delay starts when the preceding command ends.
Sleep can be terminated (task is awaken) by ContinueTask command .
Syntax
Sleep
Availability
All versions
Type
Long
Range
1 to MaxLong
Scope
Task
Limitations
Write only
Examples
Sleep 100 ‘Delay task for 100 msec
See Also