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 : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source