ProcessFlowType Enumeration |
An enumerated value indicating the type of a particular process flow.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum ProcessFlowType
Public Enumeration ProcessFlowType
public enum class ProcessFlowType
Members
| Member name | Value | Description |
---|
| Main | 0 |
Main process flow.
|
| ReRoute | 1 |
Re-Route process flow.
|
See Also