Contents

canRequestStop

A Boolean value that indicates whether you can ask the guest operating system to stop running.

Declaration

var canRequestStop: Bool { get }

Discussion

The value of this property is true when the VM is in a state that allows it to stop running. Call the requestStop() method to ask the guest operating system to stop running.

See Also

Getting the state of the VM