Function NnetJList() Foundation

Retrieves a string with binary numbers of jobs waiting in the queue.

Syntax
NnetJList( <cPrintQueueName>         , ;  // Type:  C
           [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
         ) --> cPrintJobNumbers
Return

Returns a string with the job numbers of the queue <cPrintQueueName> coded in binary format. Each 2 characters of the string define one job number. Use function Bin2I() to decode the string.

Description

Job numbers are unique numbers created by the queue management system. They are used to identify a particular job.

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.