# File lib/HebrewProber.rb, line 284
        def get_state
            # Remain active as long as any of the model probers are active.
            if (@_mLogicalProber.get_state() == :NotMe) and (@_mVisualProber.get_state() == :NotMe)
                return :NotMe
            end
            return :Detecting
        end