Is it possible to handle Win8.1 app suspend?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi all,

The Ms doc below states that we can handle Win8.1 app suspend :

https://docs.microsoft.com/en-us/windows/uwp/launch-resume/suspend-an-app

How could we do the same via the Kony API or FFI... ?

Thanks in advance,

The goal here is to be able to save some data in LocalState or DB before the app is terminating (NotRunningState):

See MS doc : https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh464925(v=win.10)

Cordialy,