VR-Link API Documentation for HLA Evolved
 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< 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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)