class Beetle::TaskExec

Overview

Captures information about a single execution of a Task in the context of a Job.

You never instantiate this class directly. It is managed internally by Beetle, but is made available to an archiver as part of the job_exec argument in the Archiver#archive method.

It contains the following fields:

Included Modules

Defined in:

beetle/task-exec.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


[View source]