StartResult Class |
Namespace: FactoryLogix.xTend.DataObjects
The StartResult type exposes the following members.
Name | Description | |
---|---|---|
StartResult | Initializes a new instance of the StartResult class |
Name | Description | |
---|---|---|
BatchId |
If the operation was successful, a 128-bit unique identifier for the batch the newly started items are active in.
| |
IsExistingTransaction |
A boolean value indicating whether or not the TransactionId returned by the start
operation represents a pre-existing open transaction.
| |
IsRejectedBatch | ||
ResultCode |
An enumerated value describing the detailed result of the start operation.
| |
ResultType |
An enumerated value describing the overall success or failure of the start operation.
| |
TrackingItems |
A list of TrackingItems describing the items that were started.
| |
TransactionId |
If the operation was successful, a 128-bit unique identifier for the newly opened transaction.
If a pre-existing open transaction already exists for this Item at this operation,
the Id of the existing transaction will be returned. This Id may be used by subsequent calls
to record data against the transaction, and to pause or complete (finish) the transaction.
|