IdleTasks
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
IdleTask [] (index:
number)
Returns the IdleTask with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
IdleTask add ([withProperties:
Object])
Creates a new IdleTask.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new IdleTask (Optional) |
IdleTask anyItem ()
Returns any IdleTask in the collection.
number count ()
Displays the number of elements in the IdleTask.
Array
of IdleTask everyItem ()
Returns every IdleTask in the collection.
IdleTask firstItem ()
Returns the first IdleTask in the collection.
IdleTask item (index:
varies)
Returns the IdleTask with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
IdleTask itemByID (id:
number)
Returns the IdleTask with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
IdleTask itemByName (name:
string)
Returns the IdleTask with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of IdleTask itemByRange (from:
varies, to:
varies)
Returns the IdleTasks within the specified range.
Parameter | Type | Description |
---|---|---|
from | IdleTask Long Integer String | The IdleTask, index, or name at the beginning of the range. Can accept: IdleTask, Long Integer or String. |
to | IdleTask Long Integer String | The IdleTask, index, or name at the end of the range. Can accept: IdleTask, Long Integer or String. |
IdleTask lastItem ()
Returns the last IdleTask in the collection.
IdleTask middleItem ()
Returns the middle IdleTask in the collection.
IdleTask nextItem (obj:
IdleTask)
Returns the IdleTask whose index follows the specified IdleTask in the collection.
Parameter | Type | Description |
---|---|---|
obj | IdleTask | The IdleTask whose index comes before the desired IdleTask. |
IdleTask previousItem (obj:
IdleTask)
Returns the IdleTask with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | IdleTask | The index of the IdleTask that follows the desired IdleTask. |
string toSource ()
Generates a string which, if executed, will return the IdleTask.
Element of
Application.idleTasks
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |