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