[][src]Trait automatic::run::RunStatus

pub trait RunStatus {
    fn status(&self) -> Result<Box<dyn ExitStatus>, String>;
}

Run status collect trait

Status collect current item state and other run item attributes

Required methods

fn status(&self) -> Result<Box<dyn ExitStatus>, String>

Current Exit status of runned program or error of run command

Loading content...

Implementors

Loading content...