Click or drag to resize

LockStationRequest Class

Request that the endpoint cease active operation (locked) as soon as practically possible at a process endpoint. A specific production lane or stage may be optionally specified. Includes a reason, and applies to all operations. The response indicates that the process has stopped.
{
  "Lane": 1,
  "Stage": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  },
  "Reason": "QualityIssue",
  "Requestor": {
    "OperatorIdentifier": "e4d92c77-6a19-4d1e-8c2a-b2b217f59a44",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionLockStationRequest

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

The LockStationRequest type exposes the following members.

Constructors
 NameDescription
Public methodLockStationRequest 
Top
Properties
 NameDescription
Public propertyLane An optional production lane. When specified, only that production lane shall be locked.
Public propertyReason Reason for the request to lock the station.
Public propertyRequestor Identifies the originator of the request. (optional)
Public propertyStage An optional stage. When specified, only that stage shall be locked.
Top
See Also