- Holds the execution context values for script triggers
- Supported script types – Client & Server side scripts
- Module – N/runtime module
//Add additional code
...
if (runtime.executionContext !== runtime.ContextType.USEREVENT)
return;
...
//Add additional code


