Click or drag to resize

ITaskMonitorAdvanceStep Method


Marks the previous Ongoing Step to the COMPLETED state.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AdvanceStep(
	IStepWithWeight step
)

Parameters

step
Type: Ingeniux.CMSIStepWithWeight
Step to advance to
Remarks
The target step can be ongoing or completed; this way, one can always revisit steps that were previously visited.
See Also