ic_cdk::api::management_canister::main

Function 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.