TABLE OF CONTENTS


::pwtk::queue::getScript

SYNOPSIS

proc ::pwtk::queue::getScript {queueSystem} { 

PURPOSE

Returns the content of the whole script for the queueSystem.

ARGUMENTS

SOURCE

    return "[getHead $queueSystem][getSpecs $queueSystem][getBody $queueSystem][getTail $queueSystem]" 
}