NSRunLoopMode 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.
Run loop modes for NSRunLoop.
public enum NSRunLoopMode
type NSRunLoopMode =
- Inheritance
-
NSRunLoopMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default mode to handle input sources. The most common run loop mode. |
Common | 1 | Run loop mode constant used to run handlers in any of the declared “common” modes. |
ConnectionReply | 2 | |
ModalPanel | 3 | |
EventTracking | 4 | |
UITracking | 100 | The NSRunLoop mode used when tracking controls. Use this to receive timers and events during UI tracking. |
Other | 1000 |