Skip to content

Commit bc7de67

Browse files
committed
Added Idle to redirect enumeration type
1 parent c28643e commit bc7de67

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

QueueIT.Security/RedirectType.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ public enum RedirectType
2828
/// <summary>
2929
/// User has been redirected to the target URL using a direct link and has not been through the queue
3030
/// </summary>
31-
DirectLink
31+
DirectLink,
32+
/// <summary>
33+
/// User has been redirected to the target URL while the queue was idle
34+
/// </summary>
35+
Idle,
3236
}
3337
}

0 commit comments

Comments
 (0)