Represents type TScriptExecutionResult.
TScriptExecutionResult
type TScriptExecutionResult = (irSuccess, irUnknown, irCompile, irLicense, irDisable);
The TScriptExecutionResult type exposes the following members.
Represents constant irCompile.
irCompile
Represents constant irDisable.
irDisable
Represents constant irLicense.
irLicense
Represents constant irSuccess.
irSuccess
Represents constant irUnknown.
irUnknown