NSRunLoopMode Enum

Definition

Run loop modes for NSRunLoop.

public enum NSRunLoopMode
type NSRunLoopMode = 
Inheritance
NSRunLoopMode

Fields

Common 1

Run loop mode constant used to run handlers in any of the declared “common” modes.

ConnectionReply 2
Default 0

The default mode to handle input sources.   The most common run loop mode.

EventTracking 4
ModalPanel 3
Other 1000
UITracking 100

The NSRunLoop mode used when tracking controls. Use this to receive timers and events during UI tracking.

Applies to