IdleTasks
All attachable idle tasks.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
IdleTask add( Object withProperties )
Creates a new IdleTask.
Parameters
Number count()
Displays the number of elements in the IdleTask.
IdleTask item( Mixed index )
Returns the IdleTask with the specified index or name.
Parameters
IdleTask itemByName( String name )
Returns the IdleTask with the specified name.
Parameters
IdleTask itemByID( Number id )
Returns the IdleTask with the specified ID.
Parameters
IdleTask itemByRange( Mixed from, Mixed to )
Returns the IdleTasks within the specified range.
Parameters
IdleTask firstItem()
Returns the first IdleTask in the collection.
IdleTask lastItem()
Returns the last IdleTask in the collection.
IdleTask middleItem()
Returns the middle IdleTask in the collection.
IdleTask previousItem( IdleTask obj )
Returns the IdleTask with the index previous to the specified index.
Parameters
IdleTask nextItem( IdleTask obj )
Returns the IdleTask whose index follows the specified IdleTask in the collection.
Parameters
IdleTask anyItem()
Returns any IdleTask in the collection.
IdleTask everyItem()
Returns every IdleTask in the collection.
String toSource()
Generates a string which, if executed, will return the IdleTask.
IdleTask []( Number index )
Returns the IdleTask with the specified index.