class AWS::Flow::Core::DaemonTask

Represents a task that might not execute. Similar to a regular task in all functions except that it is not assured a chance to execute. Whereas a begin/run/execute block cannot be closed while there are still ‘nonDaemonHeirs`, a DaemonTask can enter the closed state with daemon heirs, making them essentially unrunnable.

@api private

Public Instance Methods

is_daemon?() click to toggle source

@api private

# File lib/aws/flow/tasks.rb, line 161
def is_daemon?
  return true
end