Click or drag to resize

UnlockStationRequest Class

Request that a process endpoint resume production, following a previous lock. The response indicates that the lock has been removed.
{
  "Lane": null,
  "Stage": null,
  "Requestor": {
    "OperatorIdentifier": "71926954-6b23-4f83-a5b4-ed7ef8cc226d",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUnlockStationRequest

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

The UnlockStationRequest type exposes the following members.

Constructors
 NameDescription
Public methodUnlockStationRequest 
Top
Properties
 NameDescription
Public propertyLane An optional production lane. When specified, only that production lane shall be unlocked.
Public propertyRequestor Information about the operator who is requesting that the stage be unlocked. (optional)
Public propertyStage An optional stage designating the particular production stage to be unlocked
Top
See Also