How to pause and resume game from Object-C

I was making a popup View controller on top of Corona gameview.

When the popup the view was display, I want to pause the game.

But I can not found a way to pause the game from objective c.

Seem CoronaRuntime or CoronaDelegate donot have that kind of function?