pub async fn start_canister(arg: CanisterIdRecord) -> CallResult<()>
Expand description
Start a canister if the canister status was stopped
or stopping
.
pub async fn start_canister(arg: CanisterIdRecord) -> CallResult<()>
Start a canister if the canister status was stopped
or stopping
.