[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tso TargetName BooleanValue
tso
command is used to open or to close a target. If a target is
close, new jobs will be holded until target is re-opened. The parameters are
the target name and a boolean value. The boolean value is `true' to open
the target or `false' to close it.
This property exists only for `dio87d' daemon.
tso
command. Target informations are
printed before and after change with ti
. Before change, the target
is closed (`Opened = FALSE') and after the target is opened (`TRUE').
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- ti localhost Target name: localhost Description: Opened: FALSE IP Port: 9997 $ $ dio87c -- tso localhost true $ $ dio87c -- ti localhost Target name: localhost Description: Opened: TRUE IP Port: 9997 $ |