Table of Contents

Enum DialogConfirmationKinds

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
The confirmable dialog result kinds an InlineDialog can gate behind an "are you sure?" confirmation. Only the user-/key-produced cancellation kinds are confirmable; the loop-produced lifecycle kinds (TokenCancel, Timeout, SystemCancel) are never confirmed.
[Flags]
public enum DialogConfirmationKinds

Fields

Abort = 2
Confirm a user-requested abort.
Cancel = 1
Confirm a user-requested cancellation.
None = 0
No dialog results require confirmation.