For a list of all members of this type, see JobInfo members.
Public Properties
| Name | Description |
| CacheJobId | This value is used internally by the Scheduler Service for Execution Caching jobs to keep track of the job with the newest cache data. |
| CacheVisibility | The execution cache visibility, if the IsExecutionCache Property is True (and this JobInfo represents an Execution Cache job). |
| CompanyId | The value of the companyId parameter from the associated Scheduler Service job. |
| DownloadFn | The temporary file path where the report output file generated by this job is located. |
| EmbeddedReportIds | A list of content IDs of the reports that are executed by this job. Typically, only one report is in the collection for most scheduled report executions unless the schedule is for a composite report such as a Chained Report or Dashboard. |
| ExecuteCount | The number of times this job has been executed. The JobInfo object associated with a schedule will show the number of executions of that schedule. Each individual execution's JobInfo will always show 1. |
| ExecuteResult | Since each job typically represents the execution of one or more reports, this property holds the result of the execution of the report. |
| FileName | The name of the Scheduler Service's temporary job file. |
| FullPath | A value used internally by the Scheduler Service. |
| InitType | The InitType property is used internally by the Scheduler Service to determine the source of the job. For a batch job, this property will be set to |
| IsCacheValid | If this job is an Execution Cache (the IsExecutionCache Property is True) this property indicates if the cache is valid or not. |
| IsExecutionCache | True if this job is for an Execution Cache, or False if it is not. |
| JobExportDataListXml | If this job is an Execution Cache (the IsExecutionCache Property is True) this property holds the report's export properties in a serialized XML format used internally by the Scheduler Service. Otherwise, this property is an empty string. |
| JobId | A GUID that uniquely identifies this job to the Scheduler Service. |
| JobType | The type of job this is. |
| LastExecuteInstant | Returns a NodaTime.Instant representing the last time this job will be executed. Typically, this instant is converted to a standard UTC time. |
| LastReExecute | For Execution Cache jobs, this is the DateTime when the job was last re-executed. Caches are considered re-executions of the same job. |
| Name | |
| NextExecuteInstant | Returns a NodaTime.Instant representing the next time this job will be executed. Typically, this instant is converted to a standard UTC time. |
| PercentComplete | As a job is executing, this property holds the percentage it is completely executed. |
| ReExecuteCount | A re-execution is a job using intermediate data from a previous run in order to change options - such as filters or sorts or when using Execution Caching. Typically, this value correlates with the Run Count column in the Schedule Manager. |
| ReportId | The content ID of the report that is executed by this scheduled job. |
| SequenceStartDate | The job's start date and time, or the date and time of when the schedule's recurrence pattern begins. |
| Status | The status of the job. |
| Type | The type of job this is. |
| XMLData | An XML representation of this job, that is typically used by the Scheduler Queue extensibility feature. |
Top
See Also