
# Shift Status

Enumerates the possible status of a `Shift`.

## Enumeration

`ShiftStatus`

## Fields

| Name | Description |
|  --- | --- |
| `OPEN` | Employee started a work shift and the shift is not complete |
| `CLOSED` | Employee started and ended a work shift. |

