job_interface extends entity_interface
Public contract for the persisted async governance record.
Table of Contents
Methods
- get_attempt_log() : array<string|int, job_attempt_interface>
- get_attempts() : int
- get_availableat() : int
- get_correlationid() : string|null
- get_courseid() : int|null
- get_dedupkey() : string|null
- get_extension() : string
- get_finishedat() : int|null
- get_groupkey() : string|null
- get_jobtype() : string
- get_lastattemptat() : int|null
- get_lastmessage() : string|null
- get_maxattempts() : int
- get_payload() : string|null
- get_priority() : int
- get_runnerref() : string|null
- get_startedat() : int|null
- get_status() : string
- get_subjectid() : int|null
- get_subjectkey() : string|null
- get_subjecttype() : string|null
- get_timecreated() : int
- get_timemodified() : int
- get_transport() : string
- get_userid() : int|null
- get_uuid() : string|null
Methods
get_attempt_log()
public
get_attempt_log() : array<string|int, job_attempt_interface>
Return values
array<string|int, job_attempt_interface>get_attempts()
public
get_attempts() : int
Return values
intget_availableat()
public
get_availableat() : int
Return values
intget_correlationid()
public
get_correlationid() : string|null
Return values
string|nullget_courseid()
public
get_courseid() : int|null
Return values
int|nullget_dedupkey()
public
get_dedupkey() : string|null
Return values
string|nullget_extension()
public
get_extension() : string
Return values
stringget_finishedat()
public
get_finishedat() : int|null
Return values
int|nullget_groupkey()
public
get_groupkey() : string|null
Return values
string|nullget_jobtype()
public
get_jobtype() : string
Return values
stringget_lastattemptat()
public
get_lastattemptat() : int|null
Return values
int|nullget_lastmessage()
public
get_lastmessage() : string|null
Return values
string|nullget_maxattempts()
public
get_maxattempts() : int
Return values
intget_payload()
public
get_payload() : string|null
Return values
string|nullget_priority()
public
get_priority() : int
Return values
intget_runnerref()
public
get_runnerref() : string|null
Return values
string|nullget_startedat()
public
get_startedat() : int|null
Return values
int|nullget_status()
public
get_status() : string
Return values
stringget_subjectid()
public
get_subjectid() : int|null
Return values
int|nullget_subjectkey()
public
get_subjectkey() : string|null
Return values
string|nullget_subjecttype()
public
get_subjecttype() : string|null
Return values
string|nullget_timecreated()
public
get_timecreated() : int
Return values
intget_timemodified()
public
get_timemodified() : int
Return values
intget_transport()
public
get_transport() : string
Return values
stringget_userid()
public
get_userid() : int|null
Return values
int|nullget_uuid()
public
get_uuid() : string|null