Mono.Debugger.Backend.SingleSteppingEngine.OperationRuntimeInvoke.RequestAbort C# (CSharp) Method

RequestAbort() public method

public RequestAbort ( ) : bool
return bool
            public bool RequestAbort()
            {
                if (!HasStarted) {
                AbortRequested = true;
                return false;
                }

                return true;
            }