Subprocess.waitAsync
void waitAsync(gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Wait for the subprocess to terminate.
This is the asynchronous version of [gio.subprocess.Subprocess.wait].
Parameters
cancellable | a #GCancellable, or null |
callback | a #GAsyncReadyCallback to call when the operation is complete |