JobRun
in package
Represents a job run.
Tags
Table of Contents
- $jobId : mixed
- $message : mixed
- $name : mixed
- $ok : mixed
- $run_id : mixed
- $time : mixed
- __construct() : mixed
- Constructor
- getJobId() : string
- Returns the internal job id.
- getMessages() : string
- Returns output messages.
- getName() : string
- Returns the job name.
- getRunId() : string
- Returns the internal run id.
- getTime() : DateTime
- Returns the time stamp.
- isOk() : bool
- Returns if run was ok.
Properties
$jobId
private
mixed
$jobId
$message
private
mixed
$message
$name
private
mixed
$name
$ok
private
mixed
$ok
$run_id
private
mixed
$run_id
$time
private
mixed
$time
Methods
__construct()
Constructor
public
__construct( $run_id, string $name, string $jobId, DateTime $time, bool $ok, string $message) : mixed
Parameters
- $run_id :
-
run id
- $name : string
-
job name
- $jobId : string
-
job id
- $time : DateTime
-
time
- $ok : bool
-
result
- $message : string
-
output messages
Return values
mixed —getJobId()
Returns the internal job id.
public
getJobId() : string
Return values
string —job id
getMessages()
Returns output messages.
public
getMessages() : string
Return values
string —messages
getName()
Returns the job name.
public
getName() : string
Return values
string —job name
getRunId()
Returns the internal run id.
public
getRunId() : string
Return values
string —run id
getTime()
Returns the time stamp.
public
getTime() : DateTime
Return values
DateTime —time
isOk()
Returns if run was ok.
public
isOk() : bool
Return values
bool —ok