Click or drag to resize

IListStep Properties


The IListStep type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of sub-steps.
Public propertyCode exampleDescription
Gets the description of the step.
(Inherited from IStep.)
Public propertyError
Gets the error message of the step.
(Inherited from IStep.)
Public propertyID
Gets the identifier of the step.
(Inherited from IStep.)
Public propertyName
Gets the name of the step.
(Inherited from IStep.)
Public propertyOngoingStep
Gets the ongoing sub-step. Returns null if this step is not started.
Public propertyPercentCompleted
Gets the percentage of sub-steps that are in the COMPLETED state.
Public propertyState
Gets the state of the step.
(Inherited from IStep.)
Public propertyStepsCompleted
Gets the number of sub-steps that are in the COMPLETED state.
Public propertyWeight
Gets the weight of this step.
(Inherited from IStepWithWeight.)
Top
See Also