HexapiBackground.Navigation.Navigator.Stop C# (CSharp) Method

Stop() private method

private Stop ( ) : void
return void
        internal void Stop()
        {
            _cancellationTokenSource.Cancel();
            _navRunning = false;
        }