MIDDAG for Moodle

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_attempts()

public get_attempts() : int
Return values
int

get_availableat()

public get_availableat() : int
Return values
int

get_correlationid()

public get_correlationid() : string|null
Return values
string|null

get_courseid()

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

get_dedupkey()

public get_dedupkey() : string|null
Return values
string|null

get_extension()

public get_extension() : string
Return values
string

get_finishedat()

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

get_groupkey()

public get_groupkey() : string|null
Return values
string|null

get_jobtype()

public get_jobtype() : string
Return values
string

get_lastattemptat()

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

get_lastmessage()

public get_lastmessage() : string|null
Return values
string|null

get_maxattempts()

public get_maxattempts() : int
Return values
int

get_payload()

public get_payload() : string|null
Return values
string|null

get_priority()

public get_priority() : int
Return values
int

get_runnerref()

public get_runnerref() : string|null
Return values
string|null

get_startedat()

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

get_status()

public get_status() : string
Return values
string

get_subjectid()

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

get_subjectkey()

public get_subjectkey() : string|null
Return values
string|null

get_subjecttype()

public get_subjecttype() : string|null
Return values
string|null

get_timecreated()

public get_timecreated() : int
Return values
int

get_timemodified()

public get_timemodified() : int
Return values
int

get_transport()

public get_transport() : string
Return values
string

get_userid()

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

get_uuid()

public get_uuid() : string|null
Return values
string|null

        
On this page

Search results