Function NnetJDel() Foundation

Deletes a print job from a particular print queue.

Syntax
NnetJDel( <cPrintQueueName>         , ;  // Type:  C
          <nPrintJobNumber>         , ;  // Type:  N
          [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
        ) --> lSuccess
Return

Returns .T. if a print job is successfully deleted from a queue or .F. in case of a failure (refer to NnetError() when deletion fails).

Description

Note that <nPrintJobNumber> is not a sequential number of print jobs but a unique value used to identify a job. It can be retrieved using NnetCapJob() or NnetJList().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.