Method Stop
Stop()
Stops the tracker. Returns true if stopped successfully; otherwise, false.
public bool Stop()
Returns
- bool
trueif stopped;falseif already stopped.
Exceptions
- InvalidOperationException
Thrown if the tracker is already stopped and debug is attached.