Home
last modified time | relevance | path

Searched refs:Abnormal (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/executor/
H A Dmod.rs15 Abnormal, // 异常退出 enumerator
30 _ => return Self::Abnormal, in from_exit_code()
/DragonReach/src/unit/service/
H A Dmod.rs73 (Self::OnAbnormal, ExitStatus::Abnormal) => { in is_restart()