You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Now, $ cromwell ps is implemented by super::pids::{Pidfile, show}.
But the state of pids::Pidfile overlaps with process::Process.
I proposal follow.
pubenumState{CreatedRunningPausingPausedStopped}pubenumStatus{
state:State
pid:Pid}pubstructContainer{// ...status:Status}implContainer{// ...// get all container process fnprocesses() -> [Pid]{}// return process statefnstatus(&self) -> Status{}}
The text was updated successfully, but these errors were encountered:
Now,
$ cromwell ps
is implemented by super::pids::{Pidfile, show}.But the state of pids::Pidfile overlaps with process::Process.
I proposal follow.
The text was updated successfully, but these errors were encountered: