SaveResultCommand Object


Description:

Save all results configuration data in the system.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

SaveResultCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
CollectResult

Whether command should force results to be updated.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Command will force a result update.

FALSE

Command will not force a update, current result values will be used.

DatabaseConnectionString

Filename to use for the output file. By default the filename will have the date and time as part of its name, like this example: Results-2007-08-08_18-37-51.db

Type: outputFilePath

Default: "" (empty string)

OverwriteIfExist

Flag to indicate whether the file will be overwritten if it exists.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

If a file with the same name exists it will be overwritten.

FALSE

If a file with the same name exists it will be appended to.

ParentEotResultNode

Specifies which object will be the parent of the EotResultNode created by this command. The default of 0 means the EotResultNode is a child of the system. If the handle is another EotResultNode, this node will be a child of it.

Type: handle

Default: 0

SaveDetailedResults

Whether command should Save Detailed Results.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Command will Save Detailed Results.

FALSE

Command will not Save Detailed Results.

SaveToDatabase

Flag to indicate whether results should be written to the database.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Results will be saved to the database.

FALSE

Results will be not be saved to the database.

SaveResultCommand Read-Only Attributes

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