Click or drag to resize
STSeriesWorkflowManager ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This class is responsible for managing the
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSeriesWorkflowManager

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

The STSeriesWorkflowManager type exposes the following members.

Constructors
  NameDescription
Public methodSTSeriesWorkflowManager
Constructs a new WorkflowManager object
Top
Methods
  NameDescription
Public methodStartWorkflow
Starts the workflow by executing each phase in the workflow one at a time.
Public methodStopWorkflow
Stops the workflow by running a 'restore defaults' workflow phase which restores the default region set.
Top
See Also