프로세스 재시작 지원
This commit is contained in:
@ -27,7 +27,8 @@ enum ProcessState {
|
||||
Stopped = 0;
|
||||
Stopping = 1;
|
||||
Running = 2;
|
||||
Error = 3;
|
||||
Restart = 3;
|
||||
Error = 4;
|
||||
}
|
||||
|
||||
message ProcessDescription {
|
||||
|
||||
Reference in New Issue
Block a user