BoxRegisterInterceptionPoints
boxRegisterInterceptionPoints( "onOrderComplete" )
boxRegisterInterceptionPoints( [ "onOrderComplete", "preOrder" ] )
Method Signature
BoxRegisterInterceptionPoints(states=[any], poolname=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Register interception points globally
boxRegisterInterceptionPoints( [ "onApplicationStart", "onRequestStart" ] );
writeOutput( "registered" );
Related
Last updated
Was this helpful?
