Table of Contents

Enum DialogResultKind

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Result kind returned by modal and inline dialog interactions.
public enum DialogResultKind

Fields

Abort = 8
User chose Abort.
Cancel = 3
User cancelled or dismissed the interaction.
Ignore = 10
User chose Ignore.
InteractionNotAllowed = 5
Interaction was requested while interaction was not allowed.
No = 7
User chose No.
NoResult = 0
No result has been produced.
Ok = 2
User accepted with OK.
Retry = 9
User chose Retry.
SystemCancel = 11
Process/system cancellation request, distinct from user cancel, token cancellation, and timeout.
Timeout = 4
The interaction timed out.
TokenCancel = 1
The caller's cancellation token cancelled the interaction.
Yes = 6
User chose Yes.