Start Method

Starts the chain running.

Type: ChainRunner

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public void Start()

Exceptions

RuntimeException

The chain is already running

System.ObjectDisposedException

The ChainRunner has already been disposed.

Remarks

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