deepcave.runs.status¶
# Status
This module provides the information about the status of a run.
A utility to convert a string text to a simpler, lower case text format is provided.
- ## Classes
Status: Represent the status of a run as an Enum.
- ## Constants
SUCCESS: int TIMEOUT: int MEMORYOUT: int CRASHED: int ABORTED: int NOT_EVALUATED: int FAILED: int PRUNED: int UNKNOWN: int
Classes
|
Represent the status of a run as an Enum. |