Executes Loop nodes.
More...
◆ __attrs_post_init__()
def lib.seqtask.LoopTask.__attrs_post_init__ |
( |
|
self | ) |
|
◆ run()
def lib.seqtask.LoopTask.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.LoopTask.block = attr.ib(init=False) |
|
static |
◆ condition
lib.seqtask.LoopTask.condition = attr.ib(init=False) |
|
static |
◆ context
lib.seqtask.LoopTask.context = attr.ib(init=False) |
|
static |
◆ ikey
lib.seqtask.LoopTask.ikey = attr.ib(init=False) |
|
static |
◆ init
lib.seqtask.LoopTask.init = attr.ib(init=False) |
|
static |
The documentation for this class was generated from the following file: