Click or drag to resize
STSeriesWorkflowPhase ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This class represents a screen in a users workflow
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSeriesWorkflowPhase

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STSeriesWorkflowPhase : ISTSeriesWorkflowPhase

The STSeriesWorkflowPhase type exposes the following members.

Constructors
  NameDescription
Public methodSTSeriesWorkflowPhase
Constructor for a workflow phase
Top
Methods
  NameDescription
Public methodButtonSelected
Button press callback
Public methodGetNextPhaseId
returns the next phase id
Public methodGetPhaseId
returns the phase id of this phase
Public methodGetPreviousPhaseId
returns the previous phase id
Public methodStartPhase
Starts this workflow phase on the given device. The phase is complete when the callback is called.
Public methodStopPhase
Stops this phase
Top
See Also