Amazon.SimpleWorkflow.Model.WorkflowExecutionTerminatedEventAttributes.IsSetCause C# (CSharp) Method

IsSetCause() private method

private IsSetCause ( ) : bool
return bool
        internal bool IsSetCause()
        {
            return this.cause != null;
        }
    }
WorkflowExecutionTerminatedEventAttributes