CFRunLoopRunInMode Return Codes
CFRunLoopRunInMode Return Codes
- Subject: CFRunLoopRunInMode Return Codes
- From: Vincent Predoehl <email@hidden>
- Date: Tue, 14 Aug 2001 10:14:29 -0400
Hi Chris, I was wondering if you could explain the meaning of the return
codes in more detail returned by CFRunLoopRunInMode as found in
CFRunLoop.h:
/* Reasons for CFRunLoopRunInMode() to Return */
enum {
kCFRunLoopRunFinished = 1,
kCFRunLoopRunStopped = 2,
kCFRunLoopRunTimedOut = 3,
kCFRunLoopRunHandledSource = 4
};
Thanks,
Vincent