ITaskMonitorAdvanceStep Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AdvanceStep(
IStepWithWeight step
)
Sub AdvanceStep (
step As IStepWithWeight
)
void AdvanceStep(
IStepWithWeight^ step
)
abstract AdvanceStep :
step : IStepWithWeight -> unit
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