IList
|
The IListStep type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count | Gets the count of sub-steps. |
|
|
Description |
Gets the description of the step.
(Inherited from IStep) |
|
|
Error |
Gets the error message of the step.
(Inherited from IStep) |
|
|
ID |
Gets the identifier of the step.
(Inherited from IStep) |
|
|
Name |
Gets the name of the step.
(Inherited from IStep) |
|
|
OngoingStep | Gets the ongoing sub-step. Returns null if this step is not started. |
|
|
PercentCompleted | Gets the percentage of sub-steps that are in the COMPLETED state. |
|
|
State |
Gets the state of the step.
(Inherited from IStep) |
|
|
StepsCompleted | Gets the number of sub-steps that are in the COMPLETED state. |
|
|
Weight |
Gets the weight of this step.
(Inherited from IStepWithWeight) |