[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_FINSQJB()
 Finish servicing queue job and file
------------------------------------------------------------------------------
 Syntax
 
      fn_finSQJb( <nQueueID>, <nJob>, <nHandle> [, <nCharge> ] ) -> lSuccess
 
 Arguments

     <nQueueID> is the bindery object ID of the queue
     <nJob>     is the job number the server is finished with
     <nHandle>  is the DOS file handle returned from fn_sQJobFi()
     <nCharge>  is for charge accounting and is not used in the QMS
                implementation as of NetWare 3.11.  This allows for
                telling the accounting system how much the job cost.


 Returns

     <lSuccess>, .t. if the call succeeds.  If it doesn't, check
     fn_error() for one of the following error codes:

 Description

     Only a queue server that has previously obtained a job for
     service can make this call.

 Examples


 Source: N:\SRC\QMS\FINSVC.PRG

 Author: Glenn Scott

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson