StartResultCode Enumeration |
An enumeration describing the results of a start operation method.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic enum StartResultCode
Public Enumeration StartResultCode
public enum class StartResultCode
Members
| Member name | Value | Description |
---|
| Success | 0 |
The item was successfully started.
|
| OpenProductTransactionExists | 1 |
The item was successfully started against a pre-existing transaction.
|
| OperationAlreadyCompleted | 2 |
The item was not started because this operation has already been completed,
and the Process definition does not permit repeating this Operation.
|
| WorkstationLineStop | 3 |
The item was not started because a "Line Stop" condition exists at the specified workstation.
|
See Also