class documentation

class ProgressStatus(_Enum):

View In Hierarchy

Enum describing the various statuses of the taint.

  • NotStarted: The taint hasn't produced any result yet.
  • Running: The taint is still producing results.
  • Finished: The taint produced all its results.
  • Canceled: The taint was canceled before producing all its results and will not produce results anymore.
Class Variable NotStarted Undocumented
Class Variable Running Undocumented
Class Variable Finished Undocumented
Class Variable Canceled Undocumented
NotStarted =

Undocumented

(type: int)
Running =

Undocumented

(type: int)
Finished =

Undocumented

(type: int)
Canceled =

Undocumented

(type: int)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-04-08 12:31:35.