STSeriesWorkflowManager Constructor | |
Constructs a new WorkflowManager object
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public 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 -> STSeriesWorkflowManager
Parameters
- workflowFile
- Type: SystemString
the filename of the workflow - device
- Type: Scriptel.STSeriesSTSeriesDevice
the current device
See Also