Click or drag to resize

EventScriptExecute Method

Executes the user script irrespective of the bound events.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Function Execute ( 
	objScriptEventArgs As ScriptEventArgs
) As Task

Parameters

objScriptEventArgs
Type: RRAutoLib.ScriptingScriptEventArgs
The event arguments to be passed to the script function.

Return Value

Type: Task
An awaitable Task.
Remarks
The CtcService must be started otherwise a CtcIsStoppedException will be thrown.
See Also