Home
last modified time | relevance | path

Searched defs:restart (Results 1 – 6 of 6) sorted by relevance

/DragonReach/src/executor/
H A Dmod.rs141 pub fn restart(id: usize) -> Result<(), RuntimeError> { in restart() method
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs162 pub fn restart(names: Vec<String>, is_try: bool) -> Result<(), RuntimeError> { in restart() method
/DragonReach/src/unit/service/
H A Dmod.rs119 restart: RestartOption, field
218 fn restart(&mut self) -> Result<(), RuntimeError> { in restart() method
448 pub fn restart(&self) -> &RestartOption { in restart() method
/DragonReach/src/executor/service_executor/
H A Dmod.rs192 pub fn restart(service: &mut ServiceUnit) -> Result<(), RuntimeError> { in restart() method
/DragonReach/src/unit/timer/
H A Dmod.rs99 fn restart(&mut self) -> Result<(), RuntimeError> { in restart() method
/DragonReach/src/unit/
H A Dmod.rs105 fn restart(&mut self) -> Result<(), RuntimeError> { in restart() method