Trait gaffer::RecurrableJob[][src]

pub trait RecurrableJob: Clone {
    fn matches(&self, other: &Self) -> bool;
}
Expand description

A job which can be rescheduled through cloning

Required methods

When a job matching a Recurrablejob is scheduled, this resets the recurrance interval

Implementors