inet.test.chart.get_update_chart_tasks¶
- get_update_chart_tasks(simulation_project=None, run_simulations=True, filter=None, working_directory_filter=None, **kwargs)[source]¶
Returns multiple update chart tasks matching the provided filter criteria. The returned tasks can be run by calling the
run
method.- Parameters
kwargs (dict) – TODO
- Returns (
MultipleUpdateTasks
): an object that contains a list of
ChartUpdateTask
objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.