ActionInThread ctor.
More...
ActionInThread ctor.
ActionInThread nodes executes python callables
(functions or methods) in a Sequencer script.
- Parameters
-
f | The callable the node will execute |
id | Unique id. If not provided an unique identifier is assigned. |
name | Node name. If not provided a name is assigned. |
- Exceptions
-
TypeException | is f is not a python method or function. |
def seqlib.nodes.action.ActionInThread.__call__ |
( |
|
self, |
|
|
|
resume = False |
|
) |
| |
Executes node action.
The action is a normal function, a special task is created
in order to execute the action in a different thread.
In any case the context parameter is passed to the action and
its result saved.
def seqlib.nodes.action.ActionInThread.__call__ |
( |
|
self, |
|
|
|
resume = False |
|
) |
| |
Executes node action.
The action is a normal function, a special task is created
in order to execute the action in a different thread.
In any case the context parameter is passed to the action and
its result saved.
The documentation for this class was generated from the following files:
- INTROOT/lib/python3.7/site-packages/seqlib/nodes/action.py
- seq/seqlib/src/seqlib/nodes/action.py