Exago .NET API Documentation
wrSchedulerJobType Enumeration
WebReports.Api Namespace : wrSchedulerJobType Enumeration
Represents a type of Scheduler Service job.
Syntax
public enum wrSchedulerJobType : System.Enum 
Members
MemberValueDescription
Batch1This job is a batch schedule. Batch scheduling allows personalized versions of reports to be sent to a list of email addresses. The addresses must be defined in a data object, the unique key of which is used as a blanket filter for the report. Each recipient receives a customized version, filtered by their unique key.
Cache2This job is an Execution Cache. Execution Caching allows the data from a report execution to be saved so that reports can be viewed more quickly and with less stress to the data source.
Report0This job is a typical scheduled report execution, that is not a batch or an execution cache.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.wrSchedulerJobType

See Also

Reference

WebReports.Api Namespace