VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Enumerations | Functions
vlProcessControl.h File Reference

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. More...
 
void DtSleep (DtTime sleep_period)
 Puts the process to sleep for the specified number of seconds. More...
 
bool DtCreateProcess (const DtFilename &executableName, const std::vector< const char * > &args, DtProcessInteractivityMode interactive=DtProcFgInteractive)
 Creates a new process by running executableName with the specified commandLine. More...
 

Detailed Description

ProcControl.h provides operating system independent methods to control processes.

Typedef Documentation

Enumeration Type Documentation

Enumerator
DtProcFullyDetached 
DtProcNonInteractive 
DtProcFgInteractive 
DtProcBgInteractive 

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)