Struct azure_functions::bindings::ScheduleStatus [−][src]
pub struct ScheduleStatus {
pub last: DateTime<Utc>,
pub next: DateTime<Utc>,
pub last_updated: DateTime<Utc>,
}Represents a timer binding schedule status.
Fields
last: DateTime<Utc>
The last recorded schedule occurrence.
next: DateTime<Utc>
The expected next schedule occurrence.
last_updated: DateTime<Utc>
The last time the timer record was updated.
This is used to re-calculate next with the current schedule after a host restart.
Trait Implementations
impl Debug for ScheduleStatus[src]
impl Debug for ScheduleStatusAuto Trait Implementations
impl Send for ScheduleStatus
impl Send for ScheduleStatusimpl Sync for ScheduleStatus
impl Sync for ScheduleStatus