This section describes the enumerations and error codes used in Windows Scripting engines.
Constant | Description |
---|---|
Specifies the type of thread. |
Property | Description |
---|---|
Used to specify whether or not the scripting engine should be kept fully functional if there are outstanding references. |
Enumeration | Description |
---|---|
The type of garbage collection to perform. | |
Specifies the possible scripting versions. | |
Specifies the state of a scripting engine. | |
Specifies the state of a thread in a scripting engine. | |
Represents the script event that is being traced. Used in the IActiveScriptSiteTraceInfo::SendScriptTraceInfo Method. | |
Represents the way that the UI control should be handled. | |
Represents the type of UI item. Used in the IActiveScriptSiteUIControl::GetUIBehavior Method. |
Error Code | Description |
---|---|
A script error is being propagated to the caller, which might be in a different thread. | |
An error has been passed between the script engine and the host. | |
The scripting engine has reported an unhandled exception to the host. |