TimingLists
A collection of timing lists.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the TimingList.
TimingList add( DynamicTriggerEvents triggerEvent, Object withProperties )
Adds a new event-triggered timing list object.
Parameters
Type Name Description 
TimingList item( Mixed index )
Returns the TimingList with the specified index or name.
Parameters
Type Name Description 
TimingList itemByRange( Mixed from, Mixed to )
Returns the TimingLists within the specified range.
Parameters
Type Name Description 
TimingList firstItem()
Returns the first TimingList in the collection.
TimingList lastItem()
Returns the last TimingList in the collection.
TimingList middleItem()
Returns the middle TimingList in the collection.
TimingList previousItem( TimingList obj )
Returns the TimingList with the index previous to the specified index.
Parameters
Type Name Description 
TimingList nextItem( TimingList obj )
Returns the TimingList whose index follows the specified TimingList in the collection.
Parameters
Type Name Description 
TimingList anyItem()
Returns any TimingList in the collection.
TimingList everyItem()
Returns every TimingList in the collection.
String toSource()
Generates a string which, if executed, will return the TimingList.
TimingList []( Number index )
Returns the TimingList with the specified index.
Parameters
Type Name Description