Home
last modified time | relevance | path

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

/DragonReach/src/systemctl/ctl_parser/
H A Dmod.rs50 Cancel, enumerator
200 map.insert("cancel", CommandOperation::Cancel);
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs77 CommandOperation::Cancel => todo!(), in exec_ctl()