kill_subprocess
Description:
[
Version ( deprecated =
true , since =
"0.3" ) ]
public bool kill_subprocess ()
throws Error
Warning: kill_subprocess is deprecated.
kill the hypervisor
Note:
In new code, use shutdown instead
This kills the hypervisor.
Do not call this. See: shutdown instead.
Parameters:
this |
A GuestfsSession object
|
Returns:
true on success, false on error
|