Microsoft.R.Editor.Tree.TextChangeProcessor.IsCancellationRequested C# (CSharp) Method

IsCancellationRequested() private method

private IsCancellationRequested ( ) : bool
return bool
        private bool IsCancellationRequested() {
            return _cancelCallback != null ? _cancelCallback() : false;
        }