Contents

start()

Starts the VM and notifies the specified completion handler if startup was successful.

Declaration

func start() async throws

Discussion

Call this method to start a VM that’s in the VZVirtualMachine.State.stopped or VZVirtualMachine.State.error state.

See Also

Starting and stopping the VM