core.job_wait

Wait for the job identified by id to finish and return its result.

This method is itself a job that wraps the target job, so it mirrors the target’s progress and final state (success, failure, or abort).

This method is a job.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the job to wait for completion.

Result

Type: object

The result data returned by the completed job.



Required roles: