r.a.ExecutionProgress(object) : class documentation

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
def __init__(self, rvn, rvn_progress):

Create an execution progress from a reven_api.analysis_progress.

@property
def is_busy(self):

Whether or not the execution is busy (running).

@property
def is_done(self):

Whether or not the execution is done, whether it's from an execution or a load.

@property
def is_awaiting_configuration(self):

Whether or not the project has no execution yet, and is waiting for configuration and start.

@property
def last_tsc(self):

Last timestamp counter recorded in the scenario.

@property
def tsc(self):

Current execution timestamp counter.

@property
def point_index(self):

Current execution point index.

@property
def last_point_index(self):

Max execution point index configured if such a max is configured, None otherwise.

@property
def status(self):

A text description of the progress.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.