Method: VirtualBox::Vm#stop

Defined in:
lib/virtual_box/vm.rb

#stopVirtualBox::Vm

Stops the virtual machine simulation.

This is equivalent to pulling the power cord from a physical machine.

Returns:



157
158
159
160
# File 'lib/virtual_box/vm.rb', line 157

def stop
  control :kill
  self
end