install()
Start installing macOS.
Declaration
func install() async throwsMentioned in
Discussion
This method starts the installation process. The VM must be in a stopped state. During the installation operation, pausing or stopping the VM results in an undefined behavior.
If you start the installation on the same VZMacOSInstaller object more than once, the framework raises an exception.
Call this method only on the VM’s queue.