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
SyntaxPublic Shared ReadOnly Property IsScriptBound As Boolean
Get
public static bool IsScriptBound { 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