QtTaskTree::Forever Class

class QtTaskTree::Forever

Infinite loop of subtasks. More...

Header: #include <qtasktree.h>

Note: All functions in this class are reentrant.

Detailed Description

The tasks passed to the constructor will repeat until some of them causes the body's workflow policy to stop executing. By default, the body will be repeated until some task finishes with an error.

Refer to Do documentation for more information about placing group handlers and Storage as a direct children of the Forever body.

See also For and ForeverIterator.