mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update const.py
This commit is contained in:
parent
c74b64d3af
commit
49cc6729f1
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ RETURN_SUCCESS = 0
|
|||
RETURN_FAIL = -1
|
||||
|
||||
# 应用状态定义
|
||||
# 应用正在启动
|
||||
# 应用启动准备
|
||||
RETURN_READY = 0
|
||||
# 应用正在运行
|
||||
RETURN_RUNNING = 1
|
||||
# 应用已经停止
|
||||
RETURN_STOP = 2
|
||||
|
|
Loading…
Reference in a new issue