Click or drag to resize

ScriptEventArgsEndAwait Method

Notifies the event raiser to end awaiting the handler and proceed execution.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub EndAwait
Remarks
This hint will cancel a previous AwaitMe hint. By doing so, the event raiser will cease to wait for the handler and continue to execute even if the handler has not finished. If EndAwait is not set, after an AwaitMe, the event raiser will wait until the handler fully completes execution.
See Also