getJob

fun getJob(jobID: HashID): AsyncJob?

Looks up and returns the job with the given jobID if such a job exists.

If no such job was found, this method returns null.

Return

The target job, if it exists, otherwise null.

Parameters

jobID

Hash ID of the job to look up.