abstract struct Meilisearch::Crystal::BasicTask

Overview

The minimal task envelope returned by task endpoints: the fields every task shares, independent of its type.

Included Modules

Direct Known Subclasses

Defined in:

meilisearch/crystal/task.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def canceled? : Bool #

[View source]
def enqueued_at : Time #

[View source]
def failed? : Bool #

[View source]
def finished_at : Time | Nil #

[View source]
def index_uid : String | Nil #

[View source]
def started_at : Time | Nil #

[View source]
def status : Status #

[View source]
def succeeded? : Bool #

[View source]
def terminal? : Bool #

[View source]
def type : Type #

[View source]
def uid : Int64 #

[View source]