| STSeriesWorkflowManager Constructor  |   | 
            Constructs a new WorkflowManager object
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic STSeriesWorkflowManager(
	string workflowFile,
	STSeriesDevice device
)
Public Sub New ( 
	workflowFile As String,
	device As STSeriesDevice
)
public:
STSeriesWorkflowManager(
	String^ workflowFile, 
	STSeriesDevice^ device
)
new : 
        workflowFile : string * 
        device : STSeriesDevice -> STSeriesWorkflowManagerParameters
- workflowFile
 - Type: SystemString
the filename of the workflow - device
 - Type: Scriptel.STSeriesSTSeriesDevice
the current device 
See Also