CopyCommand Object


Description:

Copies objects. If there is only a single source object, and the source object and destination object are of the same type, the destination object will be copied over by the source object; otherwise, the source objects will be copied under the destination object.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

CopyCommand Writable Attributes

Attribute Description
Common Writable Attributes Active, Name, ProgressCancelled
DstList

Target object to copy to.

Type: handle

Default: 0

RepeatCount

Number of copies to make.

Type: u32

Default: 1

SrcList

List of source objects to copy from.

Type: handle

Default: 0

CopyCommand Read-Only Attributes

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

List of copied objects.

Type: handle

Default: 0