126127128129130131132133134135136
ct.trigger(); mt.trigger(); // wait for threads to terminate ct.join(); mt.join(); // wait for all tasks to terminate delay(); final boolean isConfigured = mt.isConfigured();
ct.trigger(); mt.trigger(); // wait for threads to terminate ct.join(); mt.join(); // wait for all tasks to terminate delay(); final ArrayList<Dictionary> configs = mt.getConfigs();