TimingTargets
A collection of timing target.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
TimingTarget add( Mixed dynamicTarget, Number delaySeconds, Object withProperties )
Adds a new target item.
Parameters
Number count()
Displays the number of elements in the TimingTarget.
TimingTarget item( Mixed index )
Returns the TimingTarget with the specified index or name.
Parameters
TimingTarget itemByRange( Mixed from, Mixed to )
Returns the TimingTargets within the specified range.
Parameters
TimingTarget firstItem()
Returns the first TimingTarget in the collection.
TimingTarget lastItem()
Returns the last TimingTarget in the collection.
TimingTarget middleItem()
Returns the middle TimingTarget in the collection.
TimingTarget previousItem( TimingTarget obj )
Returns the TimingTarget with the index previous to the specified index.
Parameters
TimingTarget nextItem( TimingTarget obj )
Returns the TimingTarget whose index follows the specified TimingTarget in the collection.
Parameters
TimingTarget anyItem()
Returns any TimingTarget in the collection.
TimingTarget everyItem()
Returns every TimingTarget in the collection.
String toSource()
Generates a string which, if executed, will return the TimingTarget.
TimingTarget []( Number index )
Returns the TimingTarget with the specified index.