aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/DaemonLauncher.h
diff options
context:
space:
mode:
authorTeddy Wing2016-12-02 16:39:21 -0500
committerTeddy Wing2016-12-02 16:39:21 -0500
commitac1d82e1fff9039a5dabe1404d6f03faaad28ef5 (patch)
treecf5d90b09ec4ee333951874363177874b982c532 /Low Battery Yup/DaemonLauncher.h
parent7a11bfeb961f52dc9e840c1db7161ad08c436aff (diff)
downloadLow-Battery-Yup-ac1d82e1fff9039a5dabe1404d6f03faaad28ef5.tar.bz2
DaemonLauncher: Add `isRunning` method
Says whether or not the daemon app is currently running.
Diffstat (limited to 'Low Battery Yup/DaemonLauncher.h')
-rw-r--r--Low Battery Yup/DaemonLauncher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Low Battery Yup/DaemonLauncher.h b/Low Battery Yup/DaemonLauncher.h
index a7c6ceb..586dbda 100644
--- a/Low Battery Yup/DaemonLauncher.h
+++ b/Low Battery Yup/DaemonLauncher.h
@@ -12,5 +12,6 @@
- (BOOL)launch;
- (BOOL)quit;
+- (BOOL)isRunning;
@end