

| ScriptExecutionModeEnum Enumeration | 
Namespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic enum ScriptExecutionModeEnum
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Default, parser blocking execution mode. | |
| Asynchronous | 1 | Downloads the script without blocking the parser and executes once it's finished. | |
| Deferred | 2 | Delays script execution until the parser has finished. | 
 See Also
See AlsoCopyright (c) 2023 Kentico Software