These constants specify the level of severity of a user attention request and are used by cancelUserAttentionRequest: and requestUserAttention:.
Available in Mac OS X v10.1 and later.

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

Member | Description |
---|---|
NSCriticalRequest | The user attention request is a critical request. The dock icon will bounce until either the application becomes active or the request is canceled. Available in Mac OS X v10.1 and later. |
NSInformationalRequest | The user attention request is an informational request. The dock icon will bounce for one second. The request, though, remains active until either the application becomes active or the request is canceled. Available in Mac OS X v10.1 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)