TABLE OF CONTENTS
::pwtk::queue::tail
SYNOPSIS
proc ::pwtk::queue::tail {queueSystem args} {
PURPOSE
Set, clear, or query the tail-part of the batch-queuing shell script.
USAGE
set mode: ::pwtk::queue::tail $queueSystem { ...shell-script code... } clear mode: ::pwtk::queue::tail $queueSystem {} query mode: ::pwtk::queue::tail $queueSystem
RETURN VALUE
The content of the tail-part of the batch-queuing shell script.
SOURCE
return [::pwtk::queue::part_ tail $queueSystem {*}$args] }