Deprecated NSGarbageCollector Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.6
isCollecting
Returns a Boolean value that indicates whether a collection is currently in progress. (Deprecated in OS X v10.6.)
- (BOOL)isCollecting
Return Value
YES if a collection is currently in progress, otherwise NO.
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.6.
Declared In
NSGarbageCollector.h© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-07-23)