Fan.Sys.Future.isDone C# (CSharp) Method

isDone() public method

public isDone ( ) : bool
return bool
        public bool isDone()
        {
            return (m_state & DONE) != 0;
        }