Class WorkOrderCloseEvent


public class WorkOrderCloseEvent extends SimpleBusinessEvent<WorkOrderCloseInput,Void>
Event to close a work order. The launcher must provide a valid work order id in order to successfully call this event.
The listener closes the work order if it is in a closable state. If something goes wrong, the listener can throws a DAValidateException.
Some of these exceptions can be intended as weak checks, that the caller can force to skip, as described in WorkOrderCloseInput.setCheckCodesToSkip(java.util.List).
Since:
17.0
GCApi:
event
Reactors:
BTWorkOrderClose(0)
No Spouts