tidy3d.web.monitor#
- class monitor[source]#
Bases:
Print the real time task progress until completion.
Notes
To monitor the simulation’s progress and wait for its completion, use:
tidy3d.web.api.webapi.monitor(job.task_id, verbose=verbose).
- Parameters:
Note
To load results when finished, may call
load().Inherited Common Usage