tryCompleteJob

fun tryCompleteJob(jobID: JobID, callback: CallbackMsg?)

Passes a callback to a pending async job. If the given callback completes the job, the job is removed from this manager.

Parameters

jobID

the job.

callback

the callback.