195196197198199200201202203204205
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();
192193194195196197198199200201202
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();