CFRunLoopExitReason Enum

Definition

The reason for a CFRunLoop to stop running.

public enum CFRunLoopExitReason
type CFRunLoopExitReason = 
Inheritance
CFRunLoopExitReason

Fields

Finished 1

The run loop terminated.

HandledSource 4

An event from a source was handled, and the developer specified that a single source should be processed on the call to RunInMode(NSString, Double, Boolean)

Stopped 2

The run loop was stopped by a call to the Stop() method.

TimedOut 3

The number of seconds specified in the call to RunInMode(NSString, Double, Boolean) elapsed.

Remarks

Applies to