Skip to main content

ERR_INTERRUPTED

Constant ERR_INTERRUPTED 

Source
pub const ERR_INTERRUPTED: &str = "program was interrupted";
Expand description

ErrInterrupted is returned by [Program.Run] when the program get a SIGINT signal, or when it receives a InterruptMsg.