(
if NOT exists setting "_BESClient_Comm_CommandPollEnable" of client then true else
(
value of setting "_BESClient_Comm_CommandPollEnable" of client as string != "1"
)
)
OR
(
if NOT exists setting "_BESClient_Comm_CommandPollIntervalSeconds" of client then true else
(
value of setting "_BESClient_Comm_CommandPollIntervalSeconds" of client as string != "900"
)
)
(if NOT exists setting "_BESClient_Comm_CommandPollEnable" of client then true else (value of setting "_BESClient_Comm_CommandPollEnable" of client as string != "1")) OR (if NOT exists setting "_BESClient_Comm_CommandPollIntervalSeconds" of client then true else (value of setting "_BESClient_Comm_CommandPollIntervalSeconds" of client as string != "900"))