The current status of a series.

Export

SeriesStatus

interface SeriesStatus {
    statusCode: number;
    statusText: SeriesStatusStatusTextEnum;
}

Properties

statusCode: number

Integer code of the status. 1: "Returning Series", 2: "Planned", 3: "In Production", 4: "Ended", 5: "Cancelled", 6: "Pilot",

Memberof

SeriesStatus

Textual representation of the status.

Memberof

SeriesStatus

Generated using TypeDoc