ERunStatus Class Fields
From MNG Profiler
MNG.Direct Documentation
ERunStatus Class Fields
For a list of all members of this type, see ERunStatus members.
Public Fields
| Name | Description | |
|---|---|---|
| Closed | When the application finished running and closed successfully. | |
| Closing | When the application is about to close and is unloading resources. | |
| FirstChanceException | When the application encountered a first chance exception. | |
| Running | When the application finished loading and is now running normally. | |
| Starting | When the application started and is loading resources. | |
| UnhandledException | When the application encountered an unhandled exception. |
See Also