Enum ApplicationScriptType
The type of the application script.
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public enum ApplicationScriptType
Fields
Name | Description |
---|---|
ESAPI | Eclipse Scripting API script. |
ESAPIActionPack | Eclipse Scripting API action pack. |
ESAPICustomExecutable | Eclipse Scripting API script that is executed by an application that is not a script by itself. For example, an interpreter of a high-level programming language, or a native C++ application that integrates into .NET and uses ESAPI. Scripts of this type cannot be approved as they are unknown to the system. |
MIRS | MIRS Scripting API script. |
Unknown | This script type is not defined, or the application was not able to resolve the type. |