@jellyfin/sdk
    Preparing search index...

    Interface TaskResult

    Class TaskExecutionInfo.

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

    Properties

    EndTimeUtc?: string

    Gets or sets the end time UTC.

    ErrorMessage?: string | null

    Gets or sets the error message.

    Id?: string | null

    Gets or sets the id.

    Key?: string | null

    Gets or sets the key.

    LongErrorMessage?: string | null

    Gets or sets the long error message.

    Name?: string | null

    Gets or sets the name.

    StartTimeUtc?: string

    Gets or sets the start time UTC.