Breakpoint state enumeration. Determines the state of the breakpoint.
| Member | Description |
|---|---|
| Deleted |
The breakpoint no longer exists, but there are still references to it. Integer value=0.
|
| Enabled |
The breakpoint exists and is enabled. Integer value=2.
|
| Disabled |
The breakpoint exists, but is disabled. Integer value=1.
|
If not using .NET Framework, enumeration is GX_BREAKPOINT_STATE.
Assembly: Gurux.ScriptParser (Module: Gurux.ScriptParser) Version: 5.0.0.1