TABLE OF CONTENTS


::pwtk::queue::get

SYNOPSIS

proc ::pwtk::queue::get {queueSystem} { 

PURPOSE

Returns the content of the whole script for the queueSystem. Same as getScript proc, exits because other namespaces also have get proc, which returns the content of whatever something ...

ARGUMENTS

SOURCE

    return [getScript $queueSystem] 
}