Contents

canResume

A Boolean value that indicates whether you can resume the VM.

Declaration

var canResume: Bool { get }

Discussion

The value of this property is true when the VM is in a state that allows you to resume it. Call the resume(completionHandler:) method (Swift) or resume() method (Objective-C) to resume the VM

See Also

Getting the state of the VM