Click or drag to resize

EXECUTION_STATE Enumeration

Workaround fun due to the following bugs: - http://bugzilla.ximian.com/show_bug.cgi?id=80176 : Console.In.Read doesn't allow line-oriented input - http://bugzilla.ximian.com/show_bug.cgi?id=79711 : Console.ReadKey () appears to not clear key - http://bugzilla.ximian.com/show_bug.cgi?id=80330 : Console.ForegroundColor initially does not reflect console color

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
[FlagsAttribute]
public enum EXECUTION_STATE
Members
Member nameValueDescription
ES_SYSTEM_REQUIRED1 
ES_DISPLAY_REQUIRED2 
ES_CONTINUOUS2,147,483,648 
See Also