Share via


BatchJobScheduleExecutionInfoOutput interface

Contains information about Jobs that have been and will be run under a Job Schedule.

Properties

endTime

The time at which the schedule ended. This property is set only if the Job Schedule is in the completed state.

nextRunTime

The next time at which a Job will be created under this schedule. This property is meaningful only if the schedule is in the active state when the time comes around. For example, if the schedule is disabled, no Job will be created at nextRunTime unless the Job is enabled before then.

recentJob

Information about the most recent Job under the Job Schedule. This property is present only if the at least one Job has run under the schedule.

Property Details

endTime

The time at which the schedule ended. This property is set only if the Job Schedule is in the completed state.

endTime?: string

Property Value

string

nextRunTime

The next time at which a Job will be created under this schedule. This property is meaningful only if the schedule is in the active state when the time comes around. For example, if the schedule is disabled, no Job will be created at nextRunTime unless the Job is enabled before then.

nextRunTime?: string

Property Value

string

recentJob

Information about the most recent Job under the Job Schedule. This property is present only if the at least one Job has run under the schedule.

recentJob?: RecentBatchJobOutput

Property Value