Exago .NET API Documentation
JobStatus Enumeration
WebReports.Api.Scheduler Namespace : JobStatus Enumeration

A read-only property showing the current status of a schedule. Used in REST — SchedulesV2 and by the ReportScheduler Class

 

Syntax
public enum JobStatus : System.Enum 
Members
MemberValueDescription
Abended5The last run failed due to an error. The schedule will not run again.
Completed2The schedule has completed its final event, and will not run again. It will be removed from the list when the scheduler is flushed.
Deleted4The schedule has been deleted, and will be removed from the list when the cache is flushed.
Immediate9As soon as resources are available, the schedule will be run.
Ready0The schedule will run at its next scheduled run time.
Removed8Schedule should be removed if it hasn't already.
Running1The schedule is currently running and the reports are executing.
Suspended3The schedule has been suspended and will not be run again.
Timedout10The job has timed out (see Application Timeouts for more information).
Transmitting7Schedule is finished and waiting for data to be transmitted to client for synchronous execution.
UserAbort6Schedule is running, but user has requested to delete it.
Remarks

Added in v2019.2.0.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.Scheduler.JobStatus

See Also

Reference

WebReports.Api.Scheduler Namespace