Update const.py

This commit is contained in:
qiaofeng1227 2023-03-09 08:35:37 +08:00 committed by GitHub
parent c74b64d3af
commit 49cc6729f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@ RETURN_SUCCESS = 0
RETURN_FAIL = -1
# 应用状态定义
# 应用正在启动
# 应用启动准备
RETURN_READY = 0
# 应用正在运行
RETURN_RUNNING = 1
# 应用已经停止
RETURN_STOP = 2