Pause Method

Pauses the chain. Any driven values on pins will be persisted when the chain is started again.

Type: ChainRunner

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public void Pause()

Exceptions

RuntimeException

The chain is currently in the Stopped state.

System.ObjectDisposedException

The ChainRunner has already been disposed.

Remarks

If the chain is already paused, this method will return immediately.