-
-
Creates a new IdleTask.
withProperties
|
Object
Initial values for properties of the new IdleTask (Optional)
|
-
-
Returns any IdleTask in the collection.
-
-
Displays the number of elements in the IdleTask.
-
-
Returns every IdleTask in the collection.
-
-
Returns the first IdleTask in the collection.
-
-
Returns the IdleTask with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the IdleTask with the specified ID.
-
-
Returns the IdleTask with the specified name.
-
-
Returns the IdleTasks within the specified range.
from
|
The IdleTask, index, or name at the beginning of the range. Can accept: IdleTask, Long Integer or String.
|
to
|
The IdleTask, index, or name at the end of the range. Can accept: IdleTask, Long Integer or String.
|
-
-
Returns the last IdleTask in the collection.
-
-
Returns the middle IdleTask in the collection.
-
-
Returns the IdleTask whose index follows the specified IdleTask in the collection.
obj
|
IdleTask
The IdleTask whose index comes before the desired IdleTask.
|
-
-
Returns the IdleTask with the index previous to the specified index.
obj
|
IdleTask
The index of the IdleTask that follows the desired IdleTask.
|
-
-
Generates a string which, if executed, will return the IdleTask.