Edit in GitHubLog an issue

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

TypeNameDescription
DynamicTriggerEvents
triggerEvent
Trigger Event
Object
withProperties
Initial values for properties of the new TimingList (Optional)

TimingList item( Mixed index )

Returns the TimingList with the specified index or name.

Parameters

TypeNameDescription
Mixed
index
The index or name. Can accept: Long Integer or String.

TimingList itemByRange( Mixed from, Mixed to )

Returns the TimingLists within the specified range.

Parameters

TypeNameDescription
Mixed
from
The TimingList, index, or name at the beginning of the range. Can accept: TimingList, Long Integer or String.
Mixed
to
The TimingList, index, or name at the end of the range. Can accept: TimingList, Long Integer or String.

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

TypeNameDescription
TimingList
obj
The index of the TimingList that follows the desired TimingList.

TimingList nextItem( TimingList obj )

Returns the TimingList whose index follows the specified TimingList in the collection.

Parameters

TypeNameDescription
TimingList
obj
The TimingList whose index comes before the desired TimingList.

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

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.