Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
CrystalAgent::WorkerResult
Inherits
Struct
<
Value
<
Object
Result from a worker's research task
Constructors
error
(task_id :
Int32
, task :
String
, error :
String
) :
WorkerResult
Source
new
(task_id :
Int32
, task :
String
, findings :
String
, success :
Bool
= true, error :
Nil
|
String
= nil, steps_taken :
Int32
= 0)
Source
Instance methods
error
Source
findings
Source
steps_taken
Source
success?
Source
task
Source
task_id
Source