Click or drag to resize

UnlockStationRequest Class

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

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": "60d8e5c1-ca23-48c6-b56a-3572723176bd",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUnlockStationRequest

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

The UnlockStationRequest type exposes the following members.

Properties
  NameDescription
Public propertyLane
Public propertyRequestor
Public propertyStage
Top
See Also