TABLE OF CONTENTS


::pwtk::queue::print

SYNOPSIS

proc ::pwtk::queue::print {queueSystem} { 

PURPOSE

Prints to stdout the content of the whole script for the queueSystem.

ARGUMENTS

SOURCE

    puts stdout [getScript $queueSystem] 
}