24 namespace Ntp.Common.Process
52 public DateTime Run {
get; }
60 return $
"{Job} scheduled to run {Run.ToString("HH:mm:ss
")}";
override string ToString()
Returns a string that represents the current ScheduledJob.
ScheduledJob(Job job, DateTime run)
Initializes a new instance of the ScheduledJob class.
A job which have been scheduled for execution.