struct TaskStoppedEvent

Defined in:

crdo/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(task_state : TaskState, status : Int32, last_command_index : Int32, stop_time : Time) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(task_state _task_state = @task_state, status _status = @status, last_command_index _last_command_index = @last_command_index, stop_time _stop_time = @stop_time) #

[View source]
def last_command_index : Int32 #

def status : Int32 #

def stop_time : Time #

def task_state : TaskState #