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