TestimoX

API Reference

Enum

AdMigrationPhaseExecutionStatus

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Execution status for a migration phase.

Inheritance

  • Enum
  • AdMigrationPhaseExecutionStatus

Usage

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

Values

public const AdMigrationPhaseExecutionStatus Planned #

Phase was planned but not applied.

Value: 0
public const AdMigrationPhaseExecutionStatus Skipped #

Phase was skipped.

Value: 1
public const AdMigrationPhaseExecutionStatus Applied #

Phase was applied by an executor.

Value: 2
public const AdMigrationPhaseExecutionStatus Validated #

Phase was validated by an executor.

Value: 3
public const AdMigrationPhaseExecutionStatus RequiresExternalExecutor #

Phase requires an external or machine-side executor.

Value: 4
public const AdMigrationPhaseExecutionStatus Blocked #

Phase was blocked.

Value: 5