SYS_RUN_HOLDConstant Class
DOS Console Options These options determine if and when the DOS/EXE console window is held. These options only work on DOS and EXE programs.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetSYS_RUN_HOLDConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class SYS_RUN_HOLDConstant

The SYS_RUN_HOLDConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALWAYS
Always hold the screen
Public fieldStatic memberNEVER
Don't wait (Default)
Public fieldStatic memberONERROR
Hold the screen if there is an error
Top
See Also