ProdRoute::reportOprAsFinished Method
Reports a specific production operation as finished.
Syntax
server public static void reportOprAsFinished(
ProdId _prodId,
[OprNum _oprNum,
boolean _onlySecondary,
boolean _reverse])
Run On
Server
Parameters
- _prodId
Type: ProdId Extended Data Type
The production order ID to which the operation belongs.
- _oprNum
Type: OprNum Extended Data Type
The operation number to report as finished; optional.
- _onlySecondary
Type: boolean
A Boolean value that indicates whether only operations with secondary priority should be reported as finished.
- _reverse
Type: boolean
A Boolean value that specifies whether the operation status should be reverted to the previous status; optional.