Difference between revisions of "MC-Basic:SLEEP"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:DELAY|DELAY]]
 
* [[Axystems:MC-Basic:DELAY|DELAY]]
  
 
+
[[Category:Axystems:MC-Basic:Task Control|SLEEP]]
 
}}
 
}}

Revision as of 14:58, 11 March 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