SYS_RUN_WINConstant Class
Windows Options Should we wait for the application to finish or should we continue executing. If you wait for another program, Oasis montaj will not redraw or respond. We always wait for EXE and DOS programs.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetSYS_RUN_WINConstant

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

The SYS_RUN_WINConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNOWAIT
Never wait (default)
Public fieldStatic memberWAIT
Always wait
Top
See Also