inrule

  • Updated

Top level InRule JavaScript object.

createRuleSession() Returns: RuleSession

Description:

Instantiates and returns a RuleSession used to access and execute the packaged JavaScript rules

Code Sample:

var session = inrule.createRuleSession();

 

getVersion() Returns: string

Description:

Returns the version of irDistribution that was used to generate this rule application

Code Sample:

var version = inrule.getVersion();

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.