[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
qso TargetName QueueName BooleanValue
qso
function can be used to open or to close a queue. If a queue
is closed, new jobs are holded until queue is re-opened. The parameters are
the target name, the queue name and a boolean value which
indicates if the queue must be opened or closed.
qso
command is used to open
queue. qi
is used to show `Openend' property before
(`Opened=FALSE') and after (`Opened=TRUE') change.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- qa localhost myqueue $ dio87c -- qi localhost myqueue Target Name: localhost Queue Name: myqueue Description: Opened: FALSE Max: 1 $ $ dio87c -- qso localhost myqueue true $ $ dio87c -- qi localhost myqueue Target Name: localhost Queue Name: myqueue Description: Opened: TRUE Max: 1 $ |