tidy3d.web.get_info
tidy3d.web.get_info#
- tidy3d.web.get_info(task_id: str, verbose: bool = True) tidy3d.web.core.task_info.TaskInfo #
Return information about a task.
- Parameters
task_id (str) – Unique identifier of task on server. Returned by
upload()
.verbose (bool = True) – If True, will print progressbars and status, otherwise, will run silently.
- Returns
Object containing information about status, size, credits of task.
- Return type
TaskInfo