pub async fn is_not_restarting(
    cdb: &CoreDB,
    ctx: Arc<Context>,
    database: &str
) -> Result<(), Action>
Expand description

Returns Ok if the given database is running (i.e. not restarting)