![]() |
VR-Link API Documentation for DIS
|
ProcControl.h provides operating system independent methods to control processes. More...
Go to the source code of this file.
Typedefs | |
| typedef enum DtProcessInteractivity_enum | DtProcessInteractivityMode |
Enumerations | |
| enum | DtProcessInteractivity_enum { DtProcFullyDetached, DtProcNonInteractive, DtProcFgInteractive, DtProcBgInteractive } |
Functions | |
| void | DtYield () |
| Yields the thread. | |
| void | DtSleep (DtTime sleep_period) |
| Puts the process to sleep for the specified number of seconds. | |
| bool | DtCreateProcess (const DtFilename &executableName, const std::vector< char * > &args, DtProcessInteractivityMode interactive=DtProcFgInteractive) |
| Creates a new process by running executableName with the specified commandLine. | |
ProcControl.h provides operating system independent methods to control processes.
| typedef enum DtProcessInteractivity_enum DtProcessInteractivityMode |