JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

SelfTerminating a process should destroy reference of dependency #30

Closed francois-normandin closed 7 years ago

francois-normandin commented 7 years ago

A dependency can terminate itself when the work is done and notify its dependent. Dependent receives a "Dependency Stopped" event but does not destroy the reference unless it explicitly called for its dependency to stop. The use case that needs to be covered is:

francois-normandin commented 7 years ago

Added to 1.1.14 release