JobScheduleExecutionInformation Class

Definition

The execution information for a job schedule.

public class JobScheduleExecutionInformation
type JobScheduleExecutionInformation = class
Public Class JobScheduleExecutionInformation
Inheritance
JobScheduleExecutionInformation

Properties

EndTime

Gets the completion time of the job schedule. This property is only returned for completed job schedules.

NextRunTime

Gets the time at which the next job will be scheduled under this job schedule. This property is only returned for active job schedules.

RecentJob

Gets the information about the most recent job under the job schedule. Note that this element is only returned if the job schedule contains at least one job under it.

Applies to