Instance Method
インスタンスメソッド
isCollecting
Returns a Boolean value that indicates whether a collection is currently in progress.
あるブール値を返します、それはあるコレクションが現在は処理中であるかどうかを指し示します。
Return Value
戻り値
YES
if a collection is currently in progress, otherwise NO
.
YES
、もしコレクションが現在処理中ならば、そうでなければNO
。
See Also
参照
Collection State
コレクション状態
- disable
Temporarily disables collections.
一時的にコレクションを作動しないようにします。
Deprecated
非推奨
- enable
Enables collection after collection has been disabled.
コレクションが作動しないようにされた後にコレクションを作動します。
Deprecated
非推奨
- isEnabled
Returns a Boolean value that indicates whether garbage collection is currently enabled for the current process.
あるブール値を返します、それはガベージコレクションが現在のプロセスに対して現在は可能にされているかどうかを指し示します。
Deprecated
非推奨