% type = "tasks" % tasks_list = Mutx::API::Tasks.list({}) % Mutx::Support::Log.debug "Results for task name #{args[:task_name]}" if Mutx::Support::Log and args[:task_name] % type = args[:type] || "all" % unless tasks_list["tasks"].empty? % tasks_list["tasks"].select!{|task| task["name"]==args[:task_name]} if args[:task_name] % tasks_list["tasks"].each do |task| % results_list = Mutx::API::Result.results_list_for(task["_id"]) % if results_list.size > 0 % results_list_size = Mutx::View.round_plus(results_list.size)
When started | Label | Time Elapsed | Viewed | Notified | File Attached | Console | Status |
---|