Retrieves the state of the sequencer. Read-only at run time.
Syntax
VBScript playstate=sequencerObj( "actionsetname" ) .PlayState JScript playstate=sequencerObj.item( "actionsetname" ) .PlayState
Possible Values
- actionsetname
- Name of the action set.
Return Value
Returns an integer that indicates the sequencer's play state. Possible values are 0 (stopped), 1 (playing) or 2 (paused).
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.