BatchServicesUpdateWorkOrder Method |
Updates the editable properties of an existing
WorkOrder, such as status, etc..
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public WorkOrder UpdateWorkOrder(
Guid sessionId,
WorkOrder order
)
Public Function UpdateWorkOrder (
sessionId As Guid,
order As WorkOrder
) As WorkOrder
public:
virtual WorkOrder^ UpdateWorkOrder(
Guid sessionId,
WorkOrder^ order
) sealed
abstract UpdateWorkOrder :
sessionId : Guid *
order : WorkOrder -> WorkOrder
override UpdateWorkOrder :
sessionId : Guid *
order : WorkOrder -> WorkOrder
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - order
- Type: FactoryLogix.xTend.DataObjectsWorkOrder
A WorkOrder object containing the modified information.
Return Value
Type:
WorkOrderThe updated
WorkOrder object.
Exceptions See Also