tidy3d.web.core.task_info.TaskStatus# class TaskStatus[source]# Bases: Enum The statuses that the task can be in. Attributes INIT QUEUE PRE RUN POST SUCCESS ERROR INIT = 'initialized'# QUEUE = 'queued'# PRE = 'preprocessing'# RUN = 'running'# POST = 'postprocessing'# SUCCESS = 'success'# ERROR = 'error'#