M
Miguel
I am experiencing the following problem.
F.e.
I want to run an application on the wakeup event of the mobile device.
I only want one instance of the application running at the given time (
single process).
The application itself just shows something on the screen, which is not
relevant to the problem.
CeRunAppAtEvent seemed to solve the problem.
However at wakeup, a new instance of the application is started.
Is there an easy solution to overcome this (perhaps by mutex or event)
an how do I have to implement this feature?
Regards
F.e.
I want to run an application on the wakeup event of the mobile device.
I only want one instance of the application running at the given time (
single process).
The application itself just shows something on the screen, which is not
relevant to the problem.
CeRunAppAtEvent seemed to solve the problem.
However at wakeup, a new instance of the application is started.
Is there an easy solution to overcome this (perhaps by mutex or event)
an how do I have to implement this feature?
Regards