typedef enum {
OSMemoryNotificationLevelAny = -1,
OSMemoryNotificationLevelNormal = 0,
OSMemoryNotificationLevelWarning = 1,
OSMemoryNotificationLevelUrgent = 2,
OSMemoryNotificationLevelCritical = 3
}
获取方式 OSMemoryNotificationCurrentLevel()
摘抄的描述
1、Warning (not-normal) — 退出或者关闭一些不必要的后台程序 e.g. Mail
2、Urgent — 退出所有的后台程序 e.g. Safari and iPod.
3、Critical and beyond — 重启
网友评论