if
(
not exists setting "_BESClient_Comm_CommandPollEnable" whose
(
value of it = "1"
)
of client
)
then ERROR "disabled" else
(
if
(
not exists setting "_BESClient_Comm_CommandPollIntervalSeconds" of client
)
then ERROR "not set" else
(
value of setting "_BESClient_Comm_CommandPollIntervalSeconds" of client
)
)
if(not exists setting "_BESClient_Comm_CommandPollEnable" whose(value of it = "1") of client) then ERROR "disabled" else (if(not exists setting "_BESClient_Comm_CommandPollIntervalSeconds" of client) then ERROR "not set" else (value of setting "_BESClient_Comm_CommandPollIntervalSeconds" of client))