DebugState Type
Union cases
| Union case | Description |
Full Usage:
NotDebugging
|
|
Full Usage:
Paused
|
|
Full Usage:
Running
|
Instance members
| Instance member | Description |
Full Usage:
this.IsNotDebugging
Returns: bool
|
|
Full Usage:
this.IsPaused
Returns: bool
|
|
Full Usage:
this.IsRunning
Returns: bool
|
|