Click or drag to resize

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.5.94
Syntax
void AdvanceStep(
	IStep step
)

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