VR-Link API Documentation for HLA 1.3
 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 Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)