TScriptExecutionResult Enumeration

Represents type TScriptExecutionResult.

Namespace: System.Script
type
 TScriptExecutionResult = (irSuccess, irUnknown, irCompile, irLicense, irDisable);

The TScriptExecutionResult type exposes the following members.

Show:
 NameDescription
irCompile

Represents constant irCompile.

irDisable

Represents constant irDisable.

irLicense

Represents constant irLicense.

irSuccess

Represents constant irSuccess.

irUnknown

Represents constant irUnknown.

Top