Feature #117

Distinguish ready / terminated on node execution

Added by Mathieu Leplatre about 1 year ago. Updated 4 months ago.

Status:New Start:03/21/2010
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:-
Target version:0.3.0

Description

Currently, a node execution starts when all preceding nodes have terminated their execution. See Interface::onContentReady() which is called at the end of Node::start(), after run() has terminated.

As nodes could start running before the termination of their predecessors (e.g. process line by line), it would be revelant to distinguish readiness from termination.

At the end of start(), it would be "terminated", and inside loops within nodes execution, it would be "ready"...

History

Updated by Mathieu Leplatre about 1 year ago

  • Target version changed from 0.1.0 to 0.2.0

Updated by Mathieu Leplatre about 1 year ago

  • Target version changed from 0.2.0 to 0.3.0

Also available in: Atom PDF