class AWS::SimpleWorkflow::WorkflowExecution
def open?
-
(Boolean)
- Returns true if the workflow execution is still open.
def open? status == :open end
(Boolean)
- Returns true if the workflow execution is still open.
def open? status == :open end