pub fn pause(pauses: &[Pause], prompt: &str) -> Result<i32>Expand description
Picks a pause, showing when it started and how long it lasted.
Returns the pause id. Pause ids are database keys nobody memorises, which is exactly why removing one by hand needs this.