Class ScheduleHistory
[Collection("schedule_history")]
public sealed class ScheduleHistory : Entity, IEntity, ICreatedOn
- Inheritance
-
EntityScheduleHistory
- Implements
-
IEntityICreatedOn
- Inherited Members
-
Entity.GenerateNewID()Entity.HasDefaultID()Entity.ID
Properties
- CreatedOn
This property will be automatically set by the library when an entity is created.
TIP: This property is useful when sorting by creation date.
- Reason
Reason why the schedule was triggered.
- ScheduleId
The schedule for this history entry.
- Success
If the schedule was successfully performed.