# File lib/flex.rb, line 89
      def is_sync
        while(!flex_object.isSynchronized(nil))
          sleep($wait_for_synch)
        end
      end