1 /****************************************************/
2 /* Filename
: inc
/bq-do.i
*/
3 /* Notes
: Run process on the batch queue
*/
5 /* 1 The full pathname of the process to run
*/
6 /* 2 The parameters of the process to run
*/
7 /* 3 "run locally" logical value
*/
8 /****************************************************/
11 RUN make-bq-entry
IN sys-mgr
( "{1}", {2}, ?
, ?
).
14 RUN notify
( 'set-busy
,container-source'
:U
).
16 RUN notify
( 'set-idle
,container-source'
:U
).