CreatorCommand Object


Description:

Creates multiple objects at the same time. This command object does the same thing as the create function, except that with this command object you can create multiple child objects under multiple parent objects with one command.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

CreatorCommand Writable Attributes

Attribute Description
Common Writable Attributes Active, Name, ProgressCancelled
CreateClassId

Name of the type of object to create. Examples: Port, Host, IPv4If.

Type: classId

Default: 0

CreateCount

Number of objects to create under each parent object. You specify the parent object or objects with the ParentList attribute.

Type: u32

Default: 1

ParentList

A list of the handles of the parent objects to create objects under. There can be one or more handles. If you specify just one, all objects will be created under that object.

Type: handle

Default: 0

CreatorCommand Read-Only Attributes

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

A list of the newly-created objects.

Type: handle

Default: 0