Builder_Status Class
Latest status information for the builder, from the SobekCM database
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("builderStatus")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Builder_Status |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Builder_Status | Constructor for a new instance of the builder status object |
Methods
| Name | Description |
---|
| Add_Setting | Add a new setting string key value pair |
| Get_Setting | Gets the setting value, based on key |
Properties
| Name | Description |
---|
| ScheduledTasks | List of all the scheduled tasks with their lastest update and basic information |
| Settings | List of the latest builder status values from the settings table, where
it is updated as each run of the builder completes |
See Also