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.
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.

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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)