class AWS::SimpleWorkflow::WorkflowExecution
def status
-
(Symbol)
- Returns the status of this execution. Possible
def status AWS.memoize do execution_status == :open ? :open : (close_status || :closed) end end
(Symbol)
- Returns the status of this execution. Possible
def status AWS.memoize do execution_status == :open ? :open : (close_status || :closed) end end