Flowdock
active_jobs_exist?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell/process-controller.rb, line 93
    def active_jobs_exist?
      @jobs_sync.synchronize(:SH) do
        @active_jobs.empty?
      end
    end
Register or log in to add new notes.