Run a named task.
Usage
run_task( task_name, *, verbose=False, )
task_name: str
Name of the task to execute.
verbose: bool = False
Enable verbose output.
int
Exit code (0 for success).