C++
C#
VB
JScript
All

Enumerated Type Quota­Result­Constants


Enum QuotaResultConstants
     qrWasPended         = &H1000
     qrOverTarget        = &H0001
     qrBelowTarget       = &H0002
     qrPendingOverTarget = &H0004
End Enum

Describes the possible results of a quota test.

Members

qrBelowTarget

The count of completed interviews is below the quota target.

qrOverTarget

The count completed interviews exceeds the quota target.

qrPendingOverTarget

The sum of pended and completed interviews exceeds the quota target.

qrWasPended

The quota counts were pended.