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