GoalHistoryActionTypeEnum
The type of action that created this goal history record
Used By
Definition
"""The type of action that created this goal history record"""enum GoalHistoryActionTypeEnum { """ Goal history was created """ CREATED
""" Goal was marked as completed """ COMPLETED
""" Goal was marked as incomplete """ MARKED_INCOMPLETE
""" Goal was activated """ ACTIVE
""" Goal was deactivated """ INACTIVE}