Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The services API is calling actionStop, which queues a stop action, immediately followed by actionDestroy, which fails because the app is still running. The actionStop method is ignoring the force option, so one solution would be to reintroduce handling for the force option and have the services API set this option.