 | 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.2
Syntax[FlagsAttribute]
public enum EXECUTION_STATE
Members
| Member name | Value | Description |
---|
| ES_SYSTEM_REQUIRED | 1 | |
| ES_DISPLAY_REQUIRED | 2 | |
| ES_CONTINUOUS | 2147483648 | |
See Also