abstract struct
Meilisearch::Crystal::BasicTask
- Meilisearch::Crystal::BasicTask
- Struct
- Value
- Object
Overview
The minimal task envelope returned by task endpoints: the fields every task shares, independent of its type.
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
meilisearch/crystal/task.crConstructors
Instance Method Summary
- #canceled? : Bool
- #enqueued_at : Time
- #failed? : Bool
- #finished_at : Time | Nil
- #index_uid : String | Nil
- #started_at : Time | Nil
- #status : Status
- #succeeded? : Bool
- #terminal? : Bool
- #type : Type
- #uid : Int64