Amazon.SimpleWorkflow.Model.HistoryEvent.IsSetActivityTaskCompletedEventAttributes C# (CSharp) Method

IsSetActivityTaskCompletedEventAttributes() private method

private IsSetActivityTaskCompletedEventAttributes ( ) : bool
return bool
        internal bool IsSetActivityTaskCompletedEventAttributes()
        {
            return this.activityTaskCompletedEventAttributes != null;
        }
HistoryEvent