Table of Contents

Method Stop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Stop()

Stops the tracker. Returns true if stopped successfully; otherwise, false.

public bool Stop()

Returns

bool

true if stopped; false if already stopped.

Exceptions

InvalidOperationException

Thrown if the tracker is already stopped and debug is attached.