canStop
A Boolean value that indicates whether you can stop the VM.
Declaration
var canStop: Bool { get }Discussion
The value of this property is true when the VM is in a state that allows you to stop it. Call the stop(completionHandler:) to stop the VM.