JKISoftware / JKI-State-Machine-Objects

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

[Bug] onProcessStart callback method should occur in process thread #40

Closed francois-normandin closed 6 years ago

francois-normandin commented 7 years ago

onProcessStart( ) is currently called before the process thread is launched async. It should be executed after to mirror the onProcessStopped( ) callback being called in the process thread.

francois-normandin commented 6 years ago

SMO Process Life Cycle.pdf

for reference. Linked to #43

francois-normandin commented 6 years ago

Changed for 1.3.0 Requires that SMO Process Life Cycle diagram be modified to reflect change.