Documentation

WorkerRunningEvent
in package

FinalYes

Dispatched after the worker processed a message or didn't receive a message at all.

Tags
author

Tobias Schultze http://tobion.de

Table of Contents

Properties

$isWorkerIdle  : bool
$worker  : mixed

Methods

__construct()  : mixed
getWorker()  : Worker
isWorkerIdle()  : bool
Returns true when no message has been received by the worker.

Properties

Methods

isWorkerIdle()

Returns true when no message has been received by the worker.

public isWorkerIdle() : bool
Return values
bool

        
On this page

Search results