Click or drag to resize
STSeriesWorkflowPhasePhaseCompleteDelegate DelegateScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Callback for when a workflow phase is complete

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public delegate void PhaseCompleteDelegate(
	Object sender,
	int phaseId
)

Parameters

sender
Type: SystemObject
phaseId
Type: SystemInt32
the phase id that completed
See Also