Handler context.
Job definition being handled.
Parsed job payload.
OptionalsignalAbort signal that fires when the job's declared timeout expires.
Beignet dispatchers and worker helpers provide this signal. It is optional in the type so direct handler tests can stay lightweight.
JavaScript cannot forcibly stop arbitrary async work, so handlers that call cancellable APIs should pass this signal through.
Arguments passed to a job handler.