Skip to main content

execute

Function execute 

Source
pub async fn execute(
    session: &str,
    command: &str,
    name: Option<String>,
    port: Option<u16>,
    proxy: bool,
    autorestart: Option<String>,
    max_restarts: Option<u32>,
    restart_delay: Option<u64>,
    watch: Vec<String>,
    watch_ignore: Vec<String>,
) -> i32