FTL.Subscriber.setExecuteRules()

Signature

void setExecuteRules (Object subscriber, boolean executeRules)

Domain

ACTION

Description

This method is needed when the method setRuleFunction is being used. Set the value for executeRules to true in order to trigger the rule function.

Parameters

NameTypeDescription
subscriberObjectFTLSubscriber Object
executeRulesbooleanThe boolean value to be set.

Returns

TypeDescription
void

Cautions

none