fn is_ready()

in src/results.rs [64:66]


    fn is_ready(&self) -> bool {
        self.start_time().is_some() && self.end_time().is_some()
    }