ITaskMonitorAdvanceStep Method Ingeniux CMS Content Store API

Marks the previous Ongoing Step to the COMPLETED state.

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

Reference