Skip to content

Commit

Permalink
Merge pull request #4112 from BOINC/dpa_py_const
Browse files Browse the repository at this point in the history
Python: new constants
  • Loading branch information
davidpanderson authored Dec 3, 2020
2 parents 1a64d5d + 2355453 commit 57fa9d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py/Boinc/boinc_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
PROCESS_PRIORITY_NORMAL = 3
PROCESS_PRIORITY_HIGH = 4
PROCESS_PRIORITY_HIGHEST = 5
CONFIG_PRIORITY_LOWEST = 0
CONFIG_PRIORITY_LOW = 1
CONFIG_PRIORITY_NORMAL = 2
CONFIG_PRIORITY_HIGH = 3
CONFIG_PRIORITY_HIGHEST = 4
CONFIG_PRIORITY_REALTIME = 5
MSG_INFO = 1
MSG_USER_ALERT = 2
MSG_INTERNAL_ERROR = 3
Expand Down

0 comments on commit 57fa9d5

Please sign in to comment.