TABLE OF CONTENTS


::pwtk::queue::setSpecs

SYNOPSIS

proc ::pwtk::queue::setSpecs {queueSystem content} {

PURPOSE

This proc sets (append) the so-called optional "specs" part of the queuing script, which is the 2nd part of the script, which is executed before any real calculation (each queuing script is composed of head, var, body, and tail blocks). For example, this part may contain some preprocessing or variables definitions.

ARGUMENTS

SOURCE

    variable scriptSpecs 
    append scriptSpecs($queueSystem) "$content\n"
}