ProcessDelphiJob
class ProcessDelphiJob extends Job implements ShouldQueue
Traits
Batchable
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
protected Image | $image | The image to process. |
|
protected string | $gatherFile | Path to the output of the Delphi gather script. |
|
protected float | $distance | Distance between laser points im cm to use for computation. |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the image does not exist any more. |
|
int | $tries | The number of times the job may be attempted. |
Methods
void
void
handle()
Execute the job.
Details
at line 68
void
__construct(Image $image, float $distance, string $gatherFile)
Create a new job instance.
at line 80
void
handle()
Execute the job.