Subprocess.waitCheckAsync
void waitCheckAsync(gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Combines gio.subprocess.Subprocess.waitAsync with glib.global.spawnCheckWaitStatus.
This is the asynchronous version of gio.subprocess.Subprocess.waitCheck.
Parameters
cancellable | a #GCancellable, or null |
callback | a #GAsyncReadyCallback to call when the operation is complete |