Method lrs::time::Timer::status

Returns the status of the timer.

TODO: Document this.

Syntax

impl Timer {
    fn status(&self) -> Result<(Time, Time), Errno>
}