Class WorkOrderLockEvent


public class WorkOrderLockEvent extends SimpleBusinessEvent<WorkOrderLockInput,WorkOrderLockOutput>
Event to lock a work order. The launcher must provide a valid WorkOrderLockInput in order to successfully call this event. The listener blocks the work order if it is in a lockable state. If something went wrong, the listener can throws a DAValidateException.
Since:
17.0
GCApi:
event
Reactors:
BTWorkOrdeLock(0)
No Spouts