These are possible return values for runModalForWindow: and runModalSession:.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSRunResponse
Public Enumeration NSRunResponse
public enum class NSRunResponse

Member | Description |
---|---|
NSRunStoppedResponse | Modal session was broken with stopModal. Available in Mac OS X v10.0 and later. |
NSRunAbortedResponse | Modal session was broken with abortModal. Available in Mac OS X v10.0 and later. |
NSRunContinuesResponse | Modal session is continuing (returned by runModalSession: only). Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)