Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobScheduleExecutionInformation

Package version

An interface representing JobScheduleExecutionInformation.

summary

Contains information about jobs that have been and will be run under a job schedule.

Hierarchy

  • JobScheduleExecutionInformation

Index

Properties

Optional endTime

endTime: Date

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

Optional nextRunTime

nextRunTime: Date

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.

Optional recentJob

recentJob: 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.

Generated using TypeDoc