Amazon.SimpleWorkflow.Model.WorkflowExecutionOpenCounts.IsSetOpenChildWorkflowExecutions C# (CSharp) Method

IsSetOpenChildWorkflowExecutions() private method

private IsSetOpenChildWorkflowExecutions ( ) : bool
return bool
        internal bool IsSetOpenChildWorkflowExecutions()
        {
            return this.openChildWorkflowExecutions.HasValue;
        }
    }