class JobAttempted

Methods

__construct(string $connectionName, Job $job, Throwable|null $exception = null)

Create a new event instance.

bool
successful()

Determine if the job completed with failing or an unhandled exception occurring.

Details

at line 15
__construct(string $connectionName, Job $job, Throwable|null $exception = null)

Create a new event instance.

Parameters

string $connectionName
Job $job
Throwable|null $exception

at line 25
bool successful()

Determine if the job completed with failing or an unhandled exception occurring.

Return Value

bool