StopFunction Method

Asynchronously request that XJEase code that is stopped.

Type: Runner

Namespace: XJTAG.Integration.XJRunner

Syntax

public void StopFunction()

Exceptions

System.ObjectDisposedException

The Runner has already been disposed.

Remarks

There may still be XJEase code running after this method returns. To wait until code has finished running, use WaitForCompletion or StopAndWaitForCompletion.

Once tests have been aborted, the XJLink sets pins to high impedance, and the GlobalVariables are reset to their initial values - that is the value they had before the first test or XJEase was run.