Skip to content

Action

The action recorded by an audit event on a form answer group, such as locking, unlocking, or signing.

Used By

Definition

"""
The action recorded by an audit event on a form answer group, such as locking, unlocking, or signing.
"""
enum Action {
LOCKED
UNLOCKED
SIGNED
ADDENDUM_CREATED
REMOVE_SIGNATURE
}