Method: VirtualBox::Vm#stop
- Defined in:
- lib/virtual_box/vm.rb
#stop ⇒ VirtualBox::Vm
Stops the virtual machine simulation.
This is equivalent to pulling the power cord from a physical machine.
157 158 159 160 |
# File 'lib/virtual_box/vm.rb', line 157 def stop control :kill self end |