Exago .NET API Documentation
JobInfo Class Properties

WebReports.Api.Scheduler Namespace : JobInfo Class

For a list of all members of this type, see JobInfo members.

Public Properties
 NameDescription
Public PropertyThis value is used internally by the Scheduler Service for Execution Caching jobs to keep track of the job with the newest cache data.  
Public PropertyThe execution cache visibility, if the IsExecutionCache Property is True (and this JobInfo represents an Execution Cache job).  
Public PropertyThe value of the companyId parameter from the associated Scheduler Service job.  
Public PropertyThe temporary file path where the report output file generated by this job is located.  
Public PropertyA 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.  
Public PropertyThe 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.  
Public PropertySince each job typically represents the execution of one or more reports, this property holds the result of the execution of the report.  
Public PropertyThe name of the Scheduler Service's temporary job file.  
Public PropertyA value used internally by the Scheduler Service.  
Public PropertyThe 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  
Public PropertyIf this job is an Execution Cache (the IsExecutionCache Property is True) this property indicates if the cache is valid or not.  
Public PropertyTrue if this job is for an Execution Cache, or False if it is not.  
Public PropertyIf 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.  
Public PropertyA GUID that uniquely identifies this job to the Scheduler Service.  
Public PropertyThe type of job this is.  
Public PropertyReturns a NodaTime.Instant representing the last time this job will be executed. Typically, this instant is converted to a standard UTC time.  
Public PropertyFor Execution Cache jobs, this is the DateTime when the job was last re-executed. Caches are considered re-executions of the same job.  
Public Property  
Public PropertyReturns a NodaTime.Instant representing the next time this job will be executed. Typically, this instant is converted to a standard UTC time.  
Public PropertyAs a job is executing, this property holds the percentage it is completely executed.  
Public PropertyA 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.  
Public PropertyThe content ID of the report that is executed by this scheduled job.  
Public PropertyThe job's start date and time, or the date and time of when the schedule's recurrence pattern begins.  
Public PropertyThe status of the job.  
Public PropertyThe type of job this is.  
Public PropertyAn XML representation of this job, that is typically used by the Scheduler Queue extensibility feature.  
Top
See Also

Reference

JobInfo Class
WebReports.Api.Scheduler Namespace