Class: Airflow::Commands::CompleteTaskCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/async_flow/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



8
9
10
# File 'lib/async_flow/commands.rb', line 8

def result
  @result
end

#task_idObject

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



8
9
10
# File 'lib/async_flow/commands.rb', line 8

def task_id
  @task_id
end