Retry loop task.
More...
|
| | block = attr.ib(init=False) |
| |
| | err_tbl = attr.ib(init=False) |
| |
| | condition = attr.ib(init=False) |
| |
| | id = attr.ib() |
| |
| | node = attr.ib(repr=False) |
| |
| | inputs = attr.ib(default=attr.Factory(list), repr=False) |
| |
| | resume = attr.ib(default=False, repr=False) |
| |
◆ __attrs_post_init__()
| def lib.seqtask.RTask.__attrs_post_init__ |
( |
|
self | ) |
|
◆ handle_exception()
| def lib.seqtask.RTask.handle_exception |
( |
|
self | ) |
|
◆ run()
| def lib.seqtask.RTask.run |
( |
|
self | ) |
|
Simple run method.
Awaits inputs, then schedules execution of its own node (either a function or template).
Reimplemented from lib.seqtask.SeqTask.
◆ block
| lib.seqtask.RTask.block = attr.ib(init=False) |
|
static |
◆ condition
| lib.seqtask.RTask.condition = attr.ib(init=False) |
|
static |
◆ err_tbl
| lib.seqtask.RTask.err_tbl = attr.ib(init=False) |
|
static |
The documentation for this class was generated from the following file: