Contents

canStart

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

Declaration

var canStart: Bool { get }

Discussion

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

See Also

Getting the state of the VM