Working a Job
Inside `handle`
release
component {
function handle() {
this.release( 60 ); // in seconds
return;
}
}Interception Points
onCBQJobMarshalled
onCBQJobComplete
Tips
Need up to date data?
Need to use historical data?
Check if you need to work the Job still
Need to try the Job later?
Jobs can dispatch other Jobs
Why isn't my Job getting picked up?
Last updated