Click or drag to resize

ITaskMonitorAdvanceStep Method


Marks the previous Ongoing Step as COMPLETED.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
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