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()) SystemProcessInterface static
GetCurrentProcessId () SystemProcessInterface static
GetProcess (UInt id) SystemProcessInterface static
GetSystemProcesses (const ValueReceiver< const SystemProcessObjectRef & > &processes) SystemProcessInterface static
MAXON_INTERFACE_NONVIRTUAL (SystemProcessInterface, MAXON_REFERENCE_NONE, "net.maxon.interface.systemprocess") SystemProcessInterface private
StartProcessAndWait (const Url &programPath, const ArrayInterface< String > &arguments, EXECUTEPROGRAMFLAGS flags, ExecuteProgramCallback callback, void *userData) SystemProcessInterface static
WaitForProcess (const SystemProcessObjectRef &processRef, const TimeValue &timeout) SystemProcessInterface static