Check if an app with the same name is running, supports parameters.
install
pip install appinstance
intention
In cronjobs to detect if a program with the same arguments is already running
install
pip install appinstance
usage
from appinstance import AppInstance, AppInstanceRunning
import time
try:
# use Appinstance context manager, "arg1" is a good place for commandline variables.
with AppInstance("arg1", True):
print "sleep for 2 sec"
time.sleep(2)
except AppInstanceRunning:
print "already running"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appinstance-11.tar.gz
(2.1 kB
view details)
File details
Details for the file appinstance-11.tar.gz.
File metadata
- Download URL: appinstance-11.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4af65683c6e5b80f0e5c53128c20f4c4f3770d9c5c2f21e5fb53afcb0ccd721a
|
|
| MD5 |
f372151659f45db56d1d6cce090d005e
|
|
| BLAKE2b-256 |
95774388478b07a4d9a0a05319187d4d7123a8427068d794438c2f026b380274
|