CheckKind
The check kind
enum CheckKind {
RTM
DCD
}
Values
CheckKind.RTM
Real time monitoring checks have this kind (see type RtmCheck and interface Check).
CheckKind.DCD
Daily check details have this kind (see type RtmCheck and interface Check).
Member Of
check query ● Check interface ● CheckHistoric object ● DailyCheckDetail object ● RtmCheck object