Share via


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

  • _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.

See Also

Reference

ProdRoute Table