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

Classes

Status(value)

Represent the status of a run as an Enum.

class deepcave.runs.status.Status(value)[source]

Bases: IntEnum

Represent the status of a run as an Enum.

A utility to convert a string text to a simpler, lower case text format is provided.

Properties

namestr

The status name.

to_text()[source]

Convert name to simpler, lower case text format.

Returns:

The converted name in lower case with spaces added

Return type:

str