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

    Type Alias Command

    type Command = {
        sendUpdatesToClient?: boolean;
        updateScheduledTask?: boolean;
        completionMessage?: string | null;
        requiresDiskAccess?: boolean;
        isExclusive?: boolean;
        isTypeExclusive?: boolean;
        isLongRunning?: boolean;
        name?: string | null;
        lastExecutionTime?: string | null;
        lastStartTime?: string | null;
        trigger?: Lidarr.CommandTrigger;
        suppressMessages?: boolean;
        clientUserAgent?: string | null;
    }
    Index

    Properties

    sendUpdatesToClient?: boolean
    updateScheduledTask?: boolean
    completionMessage?: string | null
    requiresDiskAccess?: boolean
    isExclusive?: boolean
    isTypeExclusive?: boolean
    isLongRunning?: boolean
    name?: string | null
    lastExecutionTime?: string | null
    lastStartTime?: string | null
    suppressMessages?: boolean
    clientUserAgent?: string | null