Click or drag to resize
STSeriesDefaultRegionsWorkflowPhaseStartPhase Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Starts this workflow phase on the given device. The phase is complete when the callback is called.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public void StartPhase(
	STSeriesDevice device,
	STSeriesWorkflowPhasePhaseCompleteDelegate callback
)

Parameters

device
Type: Scriptel.STSeriesSTSeriesDevice
the current device
callback
Type: Scriptel.STSeriesSTSeriesWorkflowPhasePhaseCompleteDelegate

[Missing <param name="callback"/> documentation for "M:Scriptel.STSeries.STSeriesDefaultRegionsWorkflowPhase.StartPhase(Scriptel.STSeries.STSeriesDevice,Scriptel.STSeries.STSeriesWorkflowPhase.PhaseCompleteDelegate)"]

Implements

ISTSeriesWorkflowPhaseStartPhase(STSeriesDevice, STSeriesWorkflowPhasePhaseCompleteDelegate)
See Also