TABLE OF CONTENTS
::pwtk::queue::getVar
SYNOPSIS
proc ::pwtk::queue::getVar {queueSystem} {
PURPOSE
This proc is deprecated; use ::pwtk::queue::getSpecs instead.
SOURCE
::pwtk::warning "# ${queueSystem}_getVar is deprecated, use ${queueSystem}_getSpecs instead" return [::pwtk::queue::getSpecs $queueSystem] }