Add ProcessState type to base package

This commit is contained in:
Ken Hibino
2020-02-18 06:57:39 -08:00
parent f9a6c6156f
commit 830020eb39
9 changed files with 150 additions and 79 deletions

View File

@@ -748,7 +748,7 @@ func TestReadWriteClearProcessInfo(t *testing.T) {
Queues: map[string]int{"default": 2, "email": 5, "low": 1},
PID: 98765,
Host: "localhost",
State: "running",
Status: "running",
Started: time.Now(),
ActiveWorkerCount: 1,
}