delete_tasks#

WatertightMeshingWorkflow.delete_tasks(list_of_tasks)#

Delete the provided list of tasks.

Parameters:
list_of_tasks: list[str]

List of task items.

Returns:
None
Raises:
ValueError

If command_name does not match a task name. None of the tasks is deleted.