Subprocess.waitFinish

bool waitFinish(gio.async_result.AsyncResult result)

Collects the result of a previous call to gio.subprocess.Subprocess.waitAsync.

Parameters

resultthe #GAsyncResult passed to your #GAsyncReadyCallback

Returns

true if successful, or false with error set

Throws