Builder_Scheduled_Task_Status Class
Basic information about a scheduled task for the builder
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("scheduledTask")]
public class Builder_Scheduled_Task_Status |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| DaysOfWeek | Days of the week this process should run ( in the format 'MWF' for example ) |
| Description | Name of the related set of builder modules |
| Enabled | Flag indicates if this is enabled |
| LastRun | Information on the last time this scheduled task ran |
| ModuleScheduleID | Primary key for the related builder module set |
| ModuleSet | Information about the set of builder modules |
| TimesOfDay | Time(s) of the day this process should run ( in the format '1400' for 2pm server time ) |
See Also