Skip to main content

ViolationAppliedControlStatus

Lifecycle status of a compensating control application on a violation. Pending - not yet in effect; Active - currently mitigating the violation; Completed - finished successfully; Canceled - withdrawn before completion; Failed - could not be completed successfully.

Enum

  • PENDING (value: 'Pending')

  • ACTIVE (value: 'Active')

  • COMPLETED (value: 'Completed')

  • CANCELED (value: 'Canceled')

  • FAILED (value: 'Failed')

[Back to top]