Click or drag to resize

EventScriptEnabled Property

Gets or sets whether the script will be compiled and be made available for operation.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Property Enabled As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IScriptEnabled
Remarks
This property must be set while the CtcService is stopped otherwise a CtcIsStartedException will be thrown.
See Also