canPause
A Boolean value that indicates whether you can pause the VM.
Declaration
var canPause: Bool { get }Discussion
The value of this property is true when the VM is in a state that allows you to pause it. Call the pause(completionHandler:) method (Swift) or pause() method (Objective-C) to pause the VM.