DpgAddFlowToLoopCommand Object


Description:

Command to move a flow into a specified loop.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

DpgAddFlowToLoopCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
Flow

Flow to add into the loop.

Type: handle

Default: 0

InsertLocation

Where the flow will be inserted in the loop.

Type: enum

Default: APPEND_TO_END

Possible Values:

Value Description
INSERT_AT_FRONT

Insert flow at the front of the loop.

APPEND_TO_END

Append flow at the end of the loop.

INSERT_AFTER_FLOW

Insert flow after a specified flow already in the loop.

Loop

Loop to add specified flow to.

Type: handle

Default: 0

PrevFlow

Already existing flow to insert flow after, only valid if InsertLocation is INSERT_AFTER_FLOW.

Type: handle

Default: 0

DpgAddFlowToLoopCommand Read-Only Attributes

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