class Illuminate / Queue / Events / WorkerStopping
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

WorkerStopping

Properties

public

$status int

The worker exit status.

Default: null
public

$workerOptions WorkerOptions |null

The worker options.

Default: null

Methods

public

__construct ( $status , $workerOptions ) : void

Create a new event instance.

Parameters