SleepTask
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
A task that will sleep for the given amount of ticks.Implements
SleepTask<T, U>
implements the following interfaces:
ISequenceTask<T, U>
Constructors
new<T, U>(sleepTime as long)
Parameters:
sleepTime: long
Type: long