This commit is contained in:
lzh
2025-08-29 17:02:00 +08:00
parent cffb1ee0f4
commit 0d46bb7d07
7 changed files with 10 additions and 8 deletions

View File

@@ -13,4 +13,5 @@ const (
ProcessStateStop ProcessState = iota
ProcessStateStart
ProcessStateWarnning
ProcessStateRunning
)