ADC Advanced Policy Expressions

BOT_TYPE_E


This object represents one of the BOT types.

Enumerations

GOOD

GOOD BOT type.

BAD

BAD BOT type.

UNKNOWN

UNKNOWN BOT type.

This topic lists the expressions that are provided by this class.

EQ (bot_type_e m)

The result is Boolean TRUE if the input argument is equal to the BOT type represented by this object.

Parameters (expressions not allowed):

        m- BOT type

Returns: bool_at

NE (bot_type_e m)

The result is Boolean TRUE if the input argument is not equal to the BOT type represented by this object.

Parameters (expressions not allowed):

        m- BOT type

Returns: bool_at

  • ENUM_NAME

    Get the BOT enum name.

Returns: text_t

BOT_TYPE_E

In this article