class Beetle::JobTaskExec

Overview

Defines the statistics captured for an individual Task subclass as part of a Job execution.

As with JobExec, you never instantiate this class directly.

It contains the following fields:

Included Modules

Defined in:

beetle/job-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]