Function ic_cdk::api::management_canister::main::start_canister

source ยท
pub async fn start_canister(arg: CanisterIdRecord) -> CallResult<()>
Expand description

Start a canister if the canister status was stopped or stopping.

See IC method start_canister.