Click or drag to resize

LockStationRequest Class

[This is preliminary documentation and is subject to change.]

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": "5",
  "Reason": "QualityIssue",
  "Requestor": {
    "OperatorIdentifier": "bdcb4098-4645-4342-b85d-65a64c52393e",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionLockStationRequest

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

The LockStationRequest type exposes the following members.

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.
Public propertyStage
An optional stage. When specified, only that stage shall be locked.
Top
See Also