SystemProcessInterface Member List

This is the complete list of members for SystemProcessInterface, including all inherited members.

CreateProcess(const Url &programPath, const ArrayInterface< String > &arguments, EXECUTEPROGRAMFLAGS flags, void *userData, const InOutputStreamRef &stdinPipe=InOutputStreamRef(), const InOutputStreamRef &stdoutPipe=InOutputStreamRef(), const InOutputStreamRef &stderrPipe=InOutputStreamRef())SystemProcessInterfacestatic
GetCurrentProcessId()SystemProcessInterfacestatic
GetProcess(UInt id)SystemProcessInterfacestatic
GetSystemProcesses(const ValueReceiver< const SystemProcessObjectRef & > &processes)SystemProcessInterfacestatic
MAXON_INTERFACE_NONVIRTUAL(SystemProcessInterface, MAXON_REFERENCE_STATIC, "net.maxon.interface.systemprocess", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel"))SystemProcessInterfaceprivate
StartProcessAndWait(const Url &programPath, const ArrayInterface< String > &arguments, EXECUTEPROGRAMFLAGS flags, ExecuteProgramCallback callback, void *userData)SystemProcessInterfacestatic
WaitForProcess(const SystemProcessObjectRef &processRef, const TimeValue &timeout)SystemProcessInterfacestatic