The subprocess instance
Launches a long-running subprocess and streams its stdout/stderr.
Returns a Gio.Subprocess augmented with write() and writeAsync()
methods for sending data to the subprocess's stdin.
Optionalout: (stdout: string) => voidOptionalerr: (stderr: string) => voidOptionalbind: WidgetThe subprocess instance
Launches a long-running subprocess and streams its stdout/stderr.
Returns a
Gio.Subprocessaugmented withwrite()andwriteAsync()methods for sending data to the subprocess's stdin.