Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SessionStateControllerDeferPriority

SessionStateControllerDeferPriority indicates the priority level of the action being deferred. For example, stop is more important than update so if forced to pick between the two stop should be chosen.

Index

Enumeration members

Enumeration members

DoNotDefer

DoNotDefer: = 0

High

High: = 3

Low

Low: = 1

Medium

Medium: = 2

VeryHigh

VeryHigh: = 4

Generated using TypeDoc