Part of reven.api View In Hierarchy
Execution progress.
Method | __init__ | Create an execution progress from a
reven_api.analysis_progress . |
Method | is_busy | Whether or not the execution is busy (running). |
Method | is_done | Whether or not the execution is done, whether it's from an execution or a load. |
Method | is_awaiting_configuration | Whether or not the project has no execution yet, and is waiting for configuration and start. |
Method | last_tsc | Last timestamp counter recorded in the scenario. |
Method | tsc | Current execution timestamp counter. |
Method | point_index | Current execution point index. |
Method | last_point_index | Max execution point index configured if such a max is configured, None otherwise. |
Method | status | A text description of the progress. |
Method | __repr__ | Undocumented |
Create an execution progress from a
reven_api.analysis_progress
.
Whether or not the execution is done, whether it's from an execution or a load.
Whether or not the project has no execution yet, and is waiting for configuration and start.