Get a human-readable label for a status.
Usage
get_label(status)
status: Status
The status enum value.
str
A formatted label string.
get_label(Status.RUNNING) ‘In Progress’