Click or drag to resize

IListStep Properties


The IListStep type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of substeps.
Public propertyDescription
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 substep. Returns null if this step is not started.
Public propertyPercentCompleted
Gets the percentage of substeps that are in the COMPLETED state.
Public propertyState
Gets the state of the step.
(Inherited from IStep.)
Public propertyStepsCompleted
Gets the number of substeps that are on COMPLETED state.
Public propertyWeight
Gets the weight of this step.
(Inherited from IStepWithWeight.)
Top
See Also