Click or drag to resize

ITaskMonitorAdd Method


Adds a new Step to monitor to this task.

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

Parameters

step
Type: Ingeniux.CMSIStepWithWeight
New step to add.
See Also