Contains the object model that represents the Composition.
composition
The "Composition" object that represents the top of the Composition object model.
result
The "Result" object that represents the Result being produced for the currently playing Composition.
currentBand
A "Band" object that represents the current Band according to the context in which the current script is executing. Null if there is no current Band.
currentItem
An object that represents the current Item according to the context in which the current script is executing. Null if there is no current Item.
currentTrack
A "Track" object that represents the current Track according to the context in which the current script is executing. Null if there is no current Track.
-
currentClip
A "Clip" object that represents the current Clip according to the context in which the current script is executing. Null if there is no current Clip.
-
currentChain
A "Chain" object that represents the current Chain according to the context in which the current script is executing. Null if there is no current Chain.
-
currentMessage
A "Message" object that represents the current Message according to the context in which the current script is executing. Null if there is no current Message.
currentBrowserAction
A "BrowserAction" object that represents the current Browser Action according to the context in which the current script is executing. Null if there is no current Browser Action.
currentCheckpoint
A "Checkpoint" object that represents the current Checkpoint according to the context in which the current script is executing. Null if there is no current Checkpoint.
-
currentScript
A "Script" object that represents the current Script according to the context in which the current script is executing. Null if there is no current Script.
currentTarget
A "Target" object that represents the current Target according to the context in which the current script is executing. Null if there is no current Target.
currentDelay
A "Delay" object that represents the current Delay component according to the context in which the current script is executing. Null if there is no current Delay component.
currentBandIndex
An integer value that represents the "repeat index" of the current Band if the current Band repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Band, or the current Band does not repeat.
currentTrackIndex
An integer value that represents the "repeat index" of the current Track if the current Track repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Track, or the current Track does not repeat.
-
currentClipIndex
An integer value that represents the "repeat index" of the current Clip if the current Clip repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Clip, or the current Clip does not repeat.
-
currentChainIndex
An integer value that represents the "repeat index" of the current Chain if the current Chain repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Chain, or the current Chain does not repeat.
currentMessageIndex
An integer value that represents the "repeat index" of the current Message if the current Message repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Message, or the current Message does not repeat.
-
currentBrowserActionIndex
An integer value that represents the "repeat index" of the current Browser Action if the current Browser Action repeats, according to the context in which the current script is executing. The first repeat starts at index zero. The value is -1 if there is no current Browser Action, or the current Browser Action does not repeat.
currentScriptIndex
An integer value that represents the "repeat index" of the current Script component, if that current Script component repeats, according to the context in which it is executing. The first repeat starts at index zero. The value is -1 if there is no current Script, or the current Script does not repeat.
userName
The user ID of the user that started the current Composition playing.
locationName
The name of the location (from the Server List) on which the Composition is playing. If the Composition is playing on multiple Maestro servers, this will be the name of the location of the particular server that this Script is playing on.
serverName
The name of the server (from the Server List) on which the Composition is playing. If the Composition is playing on multiple Maestro servers, this will be the name of the particular server that this Script is playing on.