JobInfo
The collection of information about a job request.
Table 2-3 Fields Provided by JobInfo
Field | Description |
---|---|
boolean burstingJob |
A value of |
dateTime created |
The date the job was created. |
boolean deleted |
The value of |
dateTime endDate |
The date the job is scheduled to end or ended. |
long instanceId |
The numeric identification for the scheduled job request. |
long jobID |
The numeric identification assigned by Publisher to the job request. |
String jobType |
The type of job. |
dateTime lastUpdated |
The date and time the job was last updated. |
String owner |
The owner of the job. |
long parentJobId |
The numeric identification for the parent of the scheduled job request. |
boolean public |
True indicates the report is a member of a report set. In the current implementation this will always return false. |
String reportUrl |
The report absolute path URL, for example: /HR Manager/Employee Reports/Employee Salary Report.xdo. |
dateTime startDate |
The date the job is scheduled to start or started. |
String status |
The status of the scheduled job request. Valid values are: Canceled", "Done", "Scheduled", "Suspended", or "Unknown". |
String statusDetail |
Additional details for the status. |
String userJobName |
The username of the user submitting the job request. |