ConditionCheck

Public Function ConditionCheck(cond_str As String) As Boolean

 

When HS needs to check conditions, as when an event triggers, it will call this function with a configured condition string. The plug-in needs to check the condition and return TRUE if the condition is true or FALSE if the condition is false. The condition string is identical to the string passed to the ConditionUIFormat() function.

 

 

See Also

SupportsConditionUI
SupportsConditionHTML

ConditionUI

ConditionUIFormat