Contents

afterWaiting

Inside the event processing loop after the run loop wakes up, but before processing the event that woke it up. This activity occurs only if the run loop did in fact go to sleep during the current loop.

Declaration

static var afterWaiting: CFRunLoopActivity { get }

See Also

Constants