vmIsBroken property

bool? vmIsBroken
getter/setter pair

Whether the VM is in a permanently broken state.

Broken VMs should be abandoned or deleted ASAP to avoid assigning or completing any work.

Implementation

core.bool? vmIsBroken;