Click or drag to resize

CompilerServiceIsScriptBound Property

Indicates if the user scripts have been successfully compiled and bound for operation.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared ReadOnly Property IsScriptBound As Boolean
	Get

Property Value

Type: Boolean
Remarks
User scripts are compiled during the CtcService start phase and bound for operation. Binding will fail, disabling all scripting for that operation session, if compilation errors are encountered.
See Also