KMP PHP API Reference

QueueProcess extends BaseEntity
in package

QueueProcess Entity

Table of Contents

Properties

$active_job  : QueuedJob|null
$branch_id  : int|null
$created  : DateTime
$id  : int
$modified  : DateTime
$pid  : string
$server  : string|null
$terminate  : bool
$workerkey  : string
$_accessible  : array<string, bool>

Methods

getBranchId()  : int|null
Queue processes are not branch-scoped.

Properties

$branch_id

public int|null $branch_id

Associated branch ID (when applicable)

$_accessible

protected array<string, bool> $_accessible = ['*' => true, 'id' => false]

Methods

getBranchId()

Queue processes are not branch-scoped.

public getBranchId() : int|null
Return values
int|null

        
On this page

Search results