tidy3d.web.monitor_project¶
- tidy3d.web.monitor_project(task_id, silent=False)¶
Monitor the status of a given project every second. Function exits when the exit status is
'success'
,'error'
,'diverged'
, or'deleted'
.- Parameters
task_id (str) – Task identification string.
silent (bool) – Set to
True
to suppress display of current status.