seq  1.1.0
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
seqlib.seqtask.RTask Class Reference

Retry loop task. More...

Inheritance diagram for seqlib.seqtask.RTask:
seqlib.seqtask.SeqTask seqlib.seqtask.SeqTask

Public Member Functions

def __attrs_post_init__
 
def run
 
def handle_exception
 
def __attrs_post_init__
 
def run
 
def handle_exception
 
- Public Member Functions inherited from seqlib.seqtask.SeqTask
def __attrs_post_init__
 Inputs as dictionary, key by id. More...
 
def input_task_list
 Get input tasks that are not finished. More...
 
def get_nodes
 Get nodes from list od ids. More...
 
def run
 
def get_task
 Get my task object. More...
 
def abort
 Aborts the asyncio task. More...
 
def reset
 Creates a new task. More...
 
def resume_context
 context to make sure the resume flag is set to False at the end More...
 
def __attrs_post_init__
 Inputs as dictionary, key by id. More...
 
def input_task_list
 Get input tasks that are not finished. More...
 
def get_nodes
 Get nodes from list od ids. More...
 
def run
 
def get_task
 Get my task object. More...
 
def abort
 Aborts the asyncio task. More...
 
def reset
 Creates a new task. More...
 
def resume_context
 context to make sure the resume flag is set to False at the end More...
 

Public Attributes

 condition
 
 block
 
 err_tbl
 
- Public Attributes inherited from seqlib.seqtask.SeqTask
 resume
 

Static Public Attributes

tuple block = attr.ib(init=False)
 
tuple err_tbl = attr.ib(init=False)
 
tuple condition = attr.ib(init=False)
 
- Static Public Attributes inherited from seqlib.seqtask.SeqTask
tuple id = attr.ib()
 
tuple node = attr.ib(repr=False)
 
tuple inputs = attr.ib(default=attr.Factory(list), repr=False)
 
tuple resume = attr.ib(default=False, repr=False)
 

Detailed Description

Retry loop task.

Member Function Documentation

def seqlib.seqtask.RTask.__attrs_post_init__ (   self)
def seqlib.seqtask.RTask.__attrs_post_init__ (   self)
def seqlib.seqtask.RTask.handle_exception (   self)
Exception handler
def seqlib.seqtask.RTask.handle_exception (   self)
Exception handler
def seqlib.seqtask.RTask.run (   self)
def seqlib.seqtask.RTask.run (   self)

Member Data Documentation

tuple seqlib.seqtask.RTask.block = attr.ib(init=False)
static
seqlib.seqtask.RTask.block
tuple seqlib.seqtask.RTask.condition = attr.ib(init=False)
static
seqlib.seqtask.RTask.condition
tuple seqlib.seqtask.RTask.err_tbl = attr.ib(init=False)
static
seqlib.seqtask.RTask.err_tbl

The documentation for this class was generated from the following files: