expireJob

fun expireJob(jobID: HashID)

Marks the target job as expired.

If the target job is not owned by the current Async Platform instance, an UnownedJobException will be thrown.

Since

1.5.0

Parameters

jobID

ID of the job to expire.