Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SearchJobStatus

    SearchJobStatus: SearchJob & { status?: "Running" | "Stopped"; total?: number }

    Type Declaration

    • Optionalstatus?: "Running" | "Stopped"

      Current status of the search job (either Running or Stopped)

    • Optionaltotal?: number

      Total number of results. If the status is Running this number may contineu to increase