CommonMessagePumpExitCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents exit codes that are possible for CommonMessagePump.
public enum class CommonMessagePumpExitCode
public enum class CommonMessagePumpExitCode
enum CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
type CommonMessagePumpExitCode =
Public Enum CommonMessagePumpExitCode
- Inheritance
-
CommonMessagePumpExitCode
Fields
Name | Value | Description |
---|---|---|
Timeout | 0 | There was a timeout. |
UserCanceled | 1 | The message was canceled by the user. |
ApplicationExit | 2 | The application exited. |
HandleSignaled | 3 | The handle was signaled. |