Type Alias PVRTimerState

PVRTimerState:
    | "unknown"
    | "new"
    | "scheduled"
    | "recording"
    | "completed"
    | "aborted"
    | "cancelled"
    | "conflict_ok"
    | "conflict_notok"
    | "error"
    | "disabled"