CommonMessagePumpExitCode Enumeration

 

Represents exit codes that are possible for CommonMessagePump.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum CommonMessagePumpExitCode

Member nameDescription
ApplicationExit

The application exited.

HandleSignaled

The handle was signaled.

Timeout

There was a timeout.

UserCanceled

The message was canceled by the user.

Return to top
Show: