JobScheduleExecutionInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET