CronJobDetail

Contains details about the associated scheduled job, such as the job’s name and type. This object is available in API version 29.0 and later.

Supported Calls

describeSObjects(), query(), retrieve()

Fields

Field Details
JobType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
The type of the associated scheduled job. The following are the available job types. Each job type label is listed with its value in parenthesis. Use the job type value when querying for a specific job type.
  • Data Export (0)
  • Weekly Export (1)
  • Test (2)
  • Dashboard Refresh (3)
  • Reporting Snapshot (4)
  • System (5)
  • Scheduled Apex (7)
  • Report Run (8)
  • Batch Job (9)
  • Analytics Notification (A)
  • Duns Right Async Batch Monitor (B)
  • Scheduled ELT Dataflow (C)
  • Sitemap Generation (E)
Name
Type
string
Properties
Filter, Group, idLookup, Sort,
Description
The name of the associated scheduled job.

Usage

Use this object to query additional information about a scheduled job, such as the job’s name and type.