Click or drag to resize

UnlockStationResponse Class

Response to a request for a process endpoint to resume production, following a previous lock.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUnlockStationResponse

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UnlockStationResponse : CFXMessage

The UnlockStationResponse type exposes the following members.

Constructors
 NameDescription
Public methodUnlockStationResponse 
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also