MC-Basic:SLEEP

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Sleep ''<time>'' |AVAILABILITY= All versions |DESCRIPTION= This command delays the task for a specified period of time (in milliseconds). The…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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