tidy3d.web.api.webapi.abort

Contents

tidy3d.web.api.webapi.abort#

class abort[source]#

Bases:

Abort server-side data associated with task.

Parameters:

task_id (str) – Unique identifier of task on server. Returned by upload().

Returns:

Object containing information about status, size, credits of task.

Return type:

TaskInfo

Inherited Common Usage