SequencerInsertCommand Object


Description:

Insert commands into the sequencer.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

SequencerInsertCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
CommandList

Collection of command handles to add to the sequencer.

Type: handle

Default: 0

CommandParent

Parent to add commands to. The default (0) adds commands to the root of the sequencer. However, if you want to add commands to a loop or to the cleanup routine, then specify the parent command handle here.

Type: handle

Default: 0

InsertAfter

Handle of command to insert new commands after.

Type: handle

Default: 0

InsertIndex

Index within parent to insert commands at. The default (-1) will append commands to the end of the parent. This attribute takes precedence over the InsertAfter attribute.

Type: s32

Default: -1

SequencerInsertCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status