Package apple.corefoundation.enums
Class CFRunLoopRunResult
- java.lang.Object
-
- apple.corefoundation.enums.CFRunLoopRunResult
-
public final class CFRunLoopRunResult extends java.lang.ObjectReasons for CFRunLoopRunInMode() to Return
-
-
Field Summary
Fields Modifier and Type Field Description static intFinishedstatic intHandledSourcestatic intStoppedstatic intTimedOut
-
-
-
Field Detail
-
Finished
public static final int Finished
- See Also:
- Constant Field Values
-
Stopped
public static final int Stopped
- See Also:
- Constant Field Values
-
TimedOut
public static final int TimedOut
- See Also:
- Constant Field Values
-
HandledSource
public static final int HandledSource
- See Also:
- Constant Field Values
-
-