@jellyfin/sdk
    Preparing search index...

    Interface TaskResult

    Class TaskExecutionInfo.

    TaskResult

    interface TaskResult {
        EndTimeUtc?: string;
        ErrorMessage?: null | string;
        Id?: null | string;
        Key?: null | string;
        LongErrorMessage?: null | string;
        Name?: null | string;
        StartTimeUtc?: string;
        Status?: TaskCompletionStatus;
    }
    Index

    Properties

    EndTimeUtc?: string

    Gets or sets the end time UTC.

    TaskResult

    ErrorMessage?: null | string

    Gets or sets the error message.

    TaskResult

    Id?: null | string

    Gets or sets the id.

    TaskResult

    Key?: null | string

    Gets or sets the key.

    TaskResult

    LongErrorMessage?: null | string

    Gets or sets the long error message.

    TaskResult

    Name?: null | string

    Gets or sets the name.

    TaskResult

    StartTimeUtc?: string

    Gets or sets the start time UTC.

    TaskResult

    TaskResult