프로세스 재시작 지원

This commit is contained in:
2023-06-27 09:44:56 +09:00
parent 72e94ccfc3
commit 01b4782e78
7 changed files with 68 additions and 61 deletions

View File

@ -27,7 +27,8 @@ enum ProcessState {
Stopped = 0;
Stopping = 1;
Running = 2;
Error = 3;
Restart = 3;
Error = 4;
}
message ProcessDescription {