IStepWithWeight Interface |
Namespace: Ingeniux.CMS
The IStepWithWeight type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | 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.) |
![]() | State |
Gets the state of the step.
(Inherited from IStep.) |
![]() | Weight |
Gets the weight of this step.
|
Name | Description | |
---|---|---|
![]() | Begin |
Changes the step's state to ON_GOING.
(Inherited from IStep.) |
![]() | Complete |
Changes the step's state to COMPLETED.
(Inherited from IStep.) |
![]() | CompleteWithError |
Changes the step's state to COMPLETED, but includes an error message; this is not a successful completion.
(Inherited from IStep.) |