Skip to content

CanisterStatus

CanisterStatus = { running: null; } | { stopping: null; } | { stopped: null; }

Defined in: packages/pic/src/pocket-ic-types.ts:725

The status of a canister.