Execution.ResultObject

Syntax

Execution.ResultObject

Data Type

PropertyObject

Purpose

Returns the Result PropertyObject for the execution.

Remarks

Typically, the Result PropertyObject contains at least the Error, Status, ReportText, and Common subproperties.

  • Error —Property object that contains the error information for the execution.
  • ResultList —Array that contains the combined results for all the steps in the execution.
  • SequenceFile —String that contains the path of the sequence file associated with the execution.
  • Sequence —String that contains the name of the sequence associated with the execution.
  • Status —String that contains the status of the execution.

You can also obtain the Error subproperty of the Result PropertyObject by using the ErrorObject property. You can access the Status subproperty by using the ResultStatus property.

See Also

Execution.ErrorObject

Execution.ResultStatus

PropertyObject

StepProperties