Search
Page 6 of 6. Showing 59 results (0.02 seconds)
Operation Overview - Client Side
allowing the currently running frames to finish. "Retry Failed" re-queues all frames that failed and sets the job back into a pending state so that it may start running again…qbjobs.pl
API Functions
& list) qbbottom Purpose Moves jobs to end of execution order queue. Prototype QB_BOOL qbbottom(QbCommand& cmd, QbJobIdList& jobs) qbcapturehosts…Startup and Configuration options
is started by a Qube! administrator. If those two requirements are met, then for jobs owned by the logged in user (when viewing the queue on a device), "Kill" and "Retry Failed" buttons…Callbacks
A callback is Qube's mechanism to allow custom execution of queuing logic depending upon the events which occur during the lifetime of a Qube job or upon pre-defined system…qbjobinfo.pl
; ############################################################################################################################# sub example1 { # # Given no options, the qb::jobinfo routine returns all jobs in the queue. However it doesn't include # any information on subjobs…Perl API Reference
Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution order queue…Qube 6.5-2 Release Notes
that it respects the queuing algorithm's job-host pair rejection routine, queuereject(). This bug, for example, was causing the routine to return jobs that shouldn't qualify to run…Parameters
the job, but do not put it in the Queue to execute. Stderr->Stdout [New for Qube 6.0]: Redirect and consolidate the job stderr stream to the stdout stream. Job Label: Representative…