Skip to content

ScheduleSetting__c

Sobject

apex
global class ScheduleSetting__c extends SObject

Extends: SObject

Stores runtime state for scheduled jobs, such as the last successful execution time. Used by scheduled jobs for incremental processing.


Fields

FieldDescription
global Datetime LastSuccessfulRunTime__cHolds the last successful run time of the schedule.

Field Details

LastSuccessfulRunTime__c

apex
global Datetime LastSuccessfulRunTime__c

Holds the last successful run time of the schedule. Used by scheduled jobs to track execution history and enable incremental processing based on changes since last run.

Field Attributes:

AttributeValue
Data TypeDate Time
Requiredfalse