carb::launcher::fWaitFlagStdOutStream

Defined in carb/launcher/ILauncher.h

constexpr WaitFlags carb::launcher::fWaitFlagStdOutStream = 0x00000001

Flag to indicate that the stdout stream should be waited on.

The stream will be signaled when it is closed by either the child process and all of the data on the stream has been consumed, or by using the fWaitFlagCloseStdOutStream flag.