CoreFoundation.CFRunLoopExitReason Enumeration
The reason for a CoreFoundation.CFRunLoop to stop running.

Syntax

public enum CFRunLoopExitReason

Remarks

Members

Member NameDescription
FinishedThe run loop terminated.
HandledSourceAn event from a source was handled, and the developer specified that a single source should be processed on the call to CFRunLoop.RunInMode
StoppedThe run loop was stopped by a call to the CFRunLoop.Stop method.
TimedOutThe number of seconds specified in the call to CFRunLoop.RunInMode elapsed.

Requirements

Namespace: CoreFoundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0