Function: getStatusColor()
function getStatusColor(state): "gray" | "blue" | "lime";Defined in: shared/src/helper/workHelper/workHelperFunctions.ts:6
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
state | TimerState |
Returns
Section titled “Returns”"gray" | "blue" | "lime"