struct

QBittorrent::Model::SearchStatus

Inherits JSON::Serializable < Struct < Value < Object

A single search-job status entry (search/status array element, see ext/api-map.md §3).

status is one of a small fixed set — "Running" or "Stopped" (see State). total is the number of results collected so far.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

Search-job id (as returned by search/start).

Source
running?

Whether the job is still running (status == "Running").

Source
status

Job status: "Running" or "Stopped" (see State).

Source
total

Number of results collected so far.

Source

Nested types