tidy3d.web.monitor#

tidy3d.web.monitor(task_id: str, verbose: bool = True) None#

Print the real time task progress until completion.

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.

Note

To load results when finished, may call load().