Package org.gnome.gio

Enum Class SubprocessFlags

java.lang.Object
java.lang.Enum<SubprocessFlags>
org.gnome.gio.SubprocessFlags
All Implemented Interfaces:
Enumeration, Serializable, Comparable<SubprocessFlags>, Constable

@Generated("io.github.jwharm.JavaGI") public enum SubprocessFlags extends Enum<SubprocessFlags> implements Enumeration
Flags to define the behaviour of a GSubprocess.

Note that the default for stdin is to redirect from /dev/null. For stdout and stderr the default are for them to inherit the corresponding descriptor from the calling process.

Note that it is a programmer error to mix 'incompatible' flags. For example, you may not request both STDOUT_PIPE and STDOUT_SILENCE.