enum EE::System::Process::Options¶
#include <process.hpp> enum Options { CombinedStdoutStderr = 0x1, InheritEnvironment = 0x2, EnableAsync = 0x4, NoWindow = 0x8, SearchUserPath = 0x10, };
#include <process.hpp> enum Options { CombinedStdoutStderr = 0x1, InheritEnvironment = 0x2, EnableAsync = 0x4, NoWindow = 0x8, SearchUserPath = 0x10, };