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