NTP Analyzer
0.8.2
Analyze the operation of time servers
|
A job which have been scheduled for execution. More...
Public Member Functions | |
ScheduledJob (Job job, DateTime run) | |
Initializes a new instance of the ScheduledJob class. More... | |
override string | ToString () |
Returns a string that represents the current ScheduledJob. More... | |
Properties | |
Job | Job [get] |
Gets the job to execute. More... | |
DateTime | Run [get] |
Gets the time of planned execution. More... | |
A job which have been scheduled for execution.
Definition at line 29 of file ScheduledJob.cs.
|
inline |
Initializes a new instance of the ScheduledJob class.
job | Job. |
run | Run. |
Definition at line 36 of file ScheduledJob.cs.
|
inline |
Returns a string that represents the current ScheduledJob.
Definition at line 58 of file ScheduledJob.cs.
|
get |
Gets the job to execute.
The job.
Definition at line 46 of file ScheduledJob.cs.
Referenced by Ntp.Common.Process.Scheduler.RunOneCycle(), Ntp.Analyzer.Monitor.Server.Billboard.Schedule(), and Ntp.Common.Log.LogExtensions.SchedulerJobStatus().
|
get |
Gets the time of planned execution.
The run.
Definition at line 52 of file ScheduledJob.cs.
Referenced by Ntp.Common.Process.Scheduler.RunOneCycle(), and Ntp.Analyzer.Monitor.Server.Billboard.Schedule().