pub fn stored_except(name: &str) -> CtResult<Option<String>>Expand description
Stop every project that might be stored in the persistant store, except the one specified
ยงReturns
Returns Some(name) with the name of the stopped project,
if one was stopped, otherwise it returns None