IRuntimeService class

IRuntimeService class

This service is used to configure runtime related properties.

The IRuntimeService type exposes the following members:

Properties

PropertyDescription
java_script_timeoutGets or sets TimeSpan which limits JavaScript execution time. If script is executed longer than provided TimeSpan, it will be cancelled. You can specify infinite timeout by setting TimeSpan equal to -1 millisecond. Default value is 1 minute.

See Also