TrackingServicesGetOperation Method |
Retrieves the tracking state of the operation and all of its steps, including the activities associated to the steps, for the specified transaction and itemUID.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public TrackingOperation GetOperation(
Guid sessionId,
Guid transactionId,
Nullable<Guid> workstationId
)
Public Function GetOperation (
sessionId As Guid,
transactionId As Guid,
workstationId As Nullable(Of Guid)
) As TrackingOperation
public:
virtual TrackingOperation^ GetOperation(
Guid sessionId,
Guid transactionId,
Nullable<Guid> workstationId
) sealed
abstract GetOperation :
sessionId : Guid *
transactionId : Guid *
workstationId : Nullable<Guid> -> TrackingOperation
override GetOperation :
sessionId : Guid *
transactionId : Guid *
workstationId : Nullable<Guid> -> TrackingOperation
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - transactionId
- Type: SystemGuid
A transaction Id returned by the TransactionId property of the StartResult. - workstationId
- Type: SystemNullableGuid
The optional Id of the Workstation where the Operation will be performed.
Return Value
Type:
TrackingOperationA
TrackingOperation object with details regarding the status of the operation for the specified transaction and itemUID.
Exceptions See Also