IListStepAdvanceStep Method
|
Advance to the specified target step. Target step can be in any state, even a completed state.
The specified step is the
Ongoing Step. Its state is marked as
ON_GOING.
If the list step itself hasn't started, it will be started. Otherwise, the ongoing step is marked as
COMPLETED.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AdvanceStep(
IStep step
)
Sub AdvanceStep (
step As IStep
)
void AdvanceStep(
IStep^ step
)
abstract AdvanceStep :
step : IStep -> unit
Parameters
- step
- Type: Ingeniux.CMSIStep
Step to advance to
Remarks
The target step can be ongoing or completed, that means we can always revisit steps that were previously visited.
See Also