[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_SQSTAT()
 Set queue current status
------------------------------------------------------------------------------
 Syntax
 
      fn_sQStat( nQueueID [, <lJobAdd> ] [, <lAttach> ] [, <lService> ] )
            -> lSuccess
 
 Arguments

    <nQueueID> is the bindery object ID for the queue
    <lJobAdd>  is true if jobs can be added to the queue, .f. if they can't
    <lAttach>  is true if servers can attach to the queue, .f. if they can't
    <lService> is true if jobs can be serviced, .f. if they can't

    All the flags ( <lJobAdd>, <lAttach>, <lService> ) default to .t.


 Returns

    <lSuccess> - .t. if the call succeeded, .f. if it didn't (check
                 FN_ERROR().

 Description

 Examples


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

 Author: Glenn Scott

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