Documentation- Hopefully >=9.5
Functionality-
File IO requirement- didnt finish
Start up Initialization- Completed
Start up process, required updating a status indicator + elapsed time indicator for few seconds- completed.
After above, if application meets some conditions e.g ( numeric slider value greater than x) then update status indicator and elapsed time indicator. Completed.
After above, another set of conditions and then update status indicator if those are satisfied. Completed.
At this point, allow user to make some selections, after which run the controller.
Controller Stop + Shutdown File IO requirement : Didnt finish.
Style: Did not use local variables, used producer consumer and display loop, was comparitively neater. But used many references in the
consumer loop and property nodes in the display loop. Are these acceptable?