summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/Unity/Application/application.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/Unity/Application/application.h b/src/modules/Unity/Application/application.h
index 957ce70..3e3a9e8 100644
--- a/src/modules/Unity/Application/application.h
+++ b/src/modules/Unity/Application/application.h
@@ -72,9 +72,11 @@ public:
SuspendingWaitSession,
SuspendingWaitProcess,
Suspended,
- StoppedResumable,
+ StoppedResumable, // The process stopped but we want to keep the Application object around
+ // so it can be respawned as if it never stopped running in the first place.
Stopped // It closed itself, crashed or it stopped and we can't respawn it
- // In any case, this is a dead end.
+ // In any case, this is a dead end. The Application object can be deleted at
+ // any moment once in this state.
};
Application(const QSharedPointer<SharedWakelock>& sharedWakelock,