wait_ready


Description:

[ Version ( deprecated = true , since = "0.3" ) ]
public bool wait_ready () throws Error

Warning: wait_ready is deprecated.

wait until the hypervisor launches (no op)

Note:

There is no documented replacement

This function is a no op.

In versions of the API < 1.0.71 you had to call this function just after calling launch to wait for the launch to complete. However this is no longer necessary because launch now does the waiting.

If you see any calls to this function in code then you can just remove them, unless you want to retain compatibility with older versions of the API.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error