AIMA.Core.Util.CancelableThread.isCanceled C# (CSharp) Method

isCanceled() public method

public isCanceled ( ) : bool
return bool
        public bool isCanceled()
        {
            return isCanceled;
        }