TestimoX

API Reference

Enum

AuditOverlayPhase

Namespace TestimoX.AuditWorkspaces
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Suggests when a remediation item should be scheduled.

Inheritance

  • Enum
  • AuditOverlayPhase

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AuditOverlayPhase Unspecified #

No phase has been assigned.

Value: 0
public const AuditOverlayPhase Immediate #

The work should be addressed immediately.

Value: 1
public const AuditOverlayPhase ShortTerm #

The work should be addressed in the short term.

Value: 2
public const AuditOverlayPhase MediumTerm #

The work should be addressed in the medium term.

Value: 3
public const AuditOverlayPhase LongTerm #

The work should be addressed in the longer term.

Value: 4
public const AuditOverlayPhase Backlog #

The work should remain in backlog for later evaluation.

Value: 5