FinishResultCode Enumeration |
An enumeration describing the results of a finish operation method.
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 FinishResultCode
Public Enumeration FinishResultCode
public enum class FinishResultCode
Members
| Member name | Value | Description |
---|
| Success | 0 |
The item was successfully finished.
|
| AlreadyFinished | 1 |
The item cannot be finished because the transaction was already finished by another user or session.
|
| CannotScrap | 2 |
The item cannot be finished because a scrap was requested and scrapping is not permitted at this Operation.
|
| ConditionFailure | 3 |
The item cannot be finished because an exit condition has been violated.
|
| ProductNotScrapped | 4 |
The item could not be scrapped (as requested) by the finish method.
|
| ConditionFailureReroute | 5 |
The unit was successfully finished, but an exit condition triggered a re-route.
|
See Also