Enumeration TimeoutBehavior

This is an enum of the TimeoutBehavior which contains behaviour for when the Prompt times out.

Enumeration Members

Enumeration Members

CancelOnTimeout: 0

The Prompt will be cancelled when timed out. This will call the Prompt.OnCancel event.

RejectOnTimeout: 1

The Prompt will be rejected when timed out. This will call the Prompt.OnFulfill event with accepted as declined(false).

Generated using TypeDoc