ProcessStatus returns a human readable status for the Process representing its current status
| 81 | |
| 82 | // ProcessStatus returns a human readable status for the Process representing its current status |
| 83 | type ProcessStatus string |
| 84 | |
| 85 | const ( |
| 86 | // Running indicates the process is currently executing |