Home
last modified time | relevance | path

Searched refs:scheduledJob (Results 1 – 2 of 2) sorted by relevance

/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/Process/
H A DScheduler.cs304 ScheduledJob scheduledJob = job.Schedule.CreatePostponed(job); in PostponeJob()
305 schedule.Add(scheduledJob); in PostponeJob()
308 Log.SchedulerJobStatus(scheduledJob); in PostponeJob()
338 ScheduledJob scheduledJob = job.Schedule.CreateNew(job, run, offset); in QueueJob()
339 schedule.Add(scheduledJob); in QueueJob()
342 Log.SchedulerJobStatus(scheduledJob); in QueueJob()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/Log/
H A DLogExtensions.cs172 internal static void SchedulerJobStatus(this LogBase log, ScheduledJob scheduledJob) in SchedulerJobStatus() argument
174 string re = scheduledJob.Job.RunCount == 0 ? string.Empty : "re"; in SchedulerJobStatus()