Table of Contents

Enum DindCheckResult

Namespace
Ando.Utilities
Assembly
ando.dll

Result of the DIND requirement check.

public enum DindCheckResult

Fields

Cancelled = 5

User pressed Escape to cancel the build.

EnabledAndSaved = 4

User chose (a)lways, saved to ando.config.

EnabledThisRun = 3

User chose (Y)es for this run only.

EnabledViaConfig = 2

DIND enabled via ando.config setting.

EnabledViaFlag = 1

DIND enabled via --dind command-line flag.

NotRequired = 0

No operations in the build require DIND.