Builder_Scheduled_Task_Execution_History Class
History of a single execution of a scheduled task
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("scheduledTaskExecution")]
[ProtoContractAttribute]
[DataContractAttribute]
public class Builder_Scheduled_Task_Execution_History |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Date | The date of this execution history for a builder scheduled task |
| Message | Complete message from this execution of a builder scheduled task |
| Outcome | Outcome of this execution for a builder scheduled task |
See Also