.. _`Progress example`: .. _`org.sysess.sympathy.examples.progress`: Progress example ```````````````` .. image:: example.svg :width: 48 Node demonstrating progress usage Documentation ::::::::::::: This node runs with a delay and updates its progress during execution to let the user know how far it has gotten. See :ref:`nodewriting` for more information about writing nodes. See :ref:`Node interface reference` for more information about the ``set_progress`` method. Definition :::::::::: Configuration ............. **Delay:** (delay) Delay between tables Related nodes ............. * :ref:`org.sysess.sympathy.examples.helloworld` * :ref:`org.sysess.sympathy.examples.helloworldcustomizable` * :ref:`org.sysess.sympathy.examples.outputexample` * :ref:`org.sysess.sympathy.examples.readwrite` * :ref:`org.sysess.sympathy.examples.adjust` * :ref:`org.sysess.sympathy.examples.errorexample` * :ref:`org.sysess.sympathy.examples.allparameters` * :ref:`org.sysess.sympathy.examples.controller` * :ref:`org.sysess.sympathy.examples.regex` Implementation .............. .. automodule:: node_examples :noindex: .. class:: ProgressExample :noindex: