class ComputeNewSequence extends Job implements ShouldQueue

Traits

InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

private Sequence $sequence

The color sort sequence that should be computed.

protected bool $deleteWhenMissingModels

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

int $tries

The number of times the job may be attempted.

Methods

void
__construct(Sequence $sequence)

Create a new job instance.

void
handle()

Execute the job.

void
failed()

Handle a job failure.

Details

at line 43
void __construct(Sequence $sequence)

Create a new job instance.

Parameters

Sequence $sequence

The color sort sequence that should be computed

Return Value

void

at line 53
void handle()

Execute the job.

Return Value

void

at line 66
void failed()

Handle a job failure.

Return Value

void