Click or drag to resize

IJobSchedule Interface

Job schedule - defines the

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IJobSchedule

The IJobSchedule type exposes the following members.

Properties
 NameDescription
Public propertyDays Gets the days that the schedule runs
Public propertyInterval Get the interval on which the job runs
Public propertyStartTime Get the start or termination time
Public propertyStopTime Get the stop or termination time
Public propertyType Gets the type of schedule
Top
Extension Methods
 NameDescription
Public Extension MethodAppliesTo Returns true if the job schedule applies at refDate given the lastRun
(Defined by ExtensionMethods)
Top
See Also