Interface ConfigFile.ISoJavaScriptConfiguration
Configuration values for the JavaScript for SuperOffice system. Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISoJavaScriptConfiguration
Properties
ExecutionLimit
The number of seconds a JavaScript is allowed to run before being killed.
Declaration
int ExecutionLimit { get; set; }
Property Value
Type | Description |
---|---|
int |