Click or drag to resize

StepScriptCancelToken Property

Gets the cancellation token of the running script that can be used to cancel individial script methods.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property CancelToken As CancellationToken
	Get

Property Value

Type: CancellationToken
The token is only valid when the script is running.
Remarks
This token is placed in a calceled state when the script is stopped. A new one is auto-generated every time the script is started.
See Also