iOS app suspended state

How can I detect when my app goes from background to suspended state? or better about to be suspended.. AppDelegate has method for entering background and there's even a Notification for this, but I can't find anything about suspended.

And I guess receiveMemoryWarning is not the right one.

iOS app suspended state
 
 
Q