tidy3d.web.api.webapi.get_info

Contents

tidy3d.web.api.webapi.get_info#

class get_info[source]#

Bases:

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

Inherited Common Usage