Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum StartResultCode
Members
  Member nameValueDescription
Success0 The item was successfully started.
OpenProductTransactionExists1 The item was successfully started against a pre-existing transaction.
OperationAlreadyCompleted2 The item was not started because this operation has already been completed, and the Process definition does not permit repeating this Operation.
WorkstationLineStop3 The item was not started because a "Line Stop" condition exists at the specified workstation.
See Also