pub async fn stop_segment(canister_id: CanisterId) -> Result<(), String>
Stops the execution of a specified segment (canister).
canister_id
CanisterId
Ok(())
Err(String)