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
$active_job
public
QueuedJob|null
$active_job
$branch_id
public
int|null
$branch_id
Associated branch ID (when applicable)
$created
public
DateTime
$created
$id
public
int
$id
$modified
public
DateTime
$modified
$pid
public
string
$pid
$server
public
string|null
$server
$terminate
public
bool
$terminate
$workerkey
public
string
$workerkey
$_accessible
protected
array<string, bool>
$_accessible
= ['*' => true, 'id' => false]
Methods
getBranchId()
Queue processes are not branch-scoped.
public
getBranchId() : int|null