class NotifyObjectDetectionComplete extends Job implements ShouldQueue

Traits

SerializesModels
Queueable
Dispatchable

Properties

protected bool $deleteWhenMissingModels

Ignore this job if the MAIA job does not exist any more.

Methods

__construct(MaiaJob $job)

Create a new isntance.

void
handle()

Handle the job.

Details

at line 25
__construct(MaiaJob $job)

Create a new isntance.

Parameters

MaiaJob $job

at line 35
void handle()

Handle the job.

Return Value

void