Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias CommandResource

    type CommandResource = {
        id?: number;
        name?: string | null;
        commandName?: string | null;
        message?: string | null;
        body?: Readarr.Command;
        priority?: Readarr.CommandPriority;
        status?: Readarr.CommandStatus;
        result?: Readarr.CommandResult;
        queued?: string;
        started?: string | null;
        ended?: string | null;
        duration?: string | null;
        exception?: string | null;
        trigger?: Readarr.CommandTrigger;
        clientUserAgent?: string | null;
        stateChangeTime?: string | null;
        sendUpdatesToClient?: boolean;
        updateScheduledTask?: boolean;
        lastExecutionTime?: string | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    commandName?: string | null
    message?: string | null
    queued?: string
    started?: string | null
    ended?: string | null
    duration?: string | null
    exception?: string | null
    clientUserAgent?: string | null
    stateChangeTime?: string | null
    sendUpdatesToClient?: boolean
    updateScheduledTask?: boolean
    lastExecutionTime?: string | null