CommonMessagePumpExitCode Enum

Definition

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

ApplicationExit 2

The application exited.

HandleSignaled 3

The handle was signaled.

Timeout 0

There was a timeout.

UserCanceled 1

The message was canceled by the user.

Applies to