EventStatus indicates the status of an action
| 22 | |
| 23 | // EventStatus indicates the status of an action |
| 24 | type EventStatus int |
| 25 | |
| 26 | const ( |
| 27 | // Working means that the current task is working |
nothing calls this directly
no outgoing calls
no test coverage detected