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.