HPInc / HP-Digital-Microfluidics

HP Digital Microfluidics Software Platform and Libraries
MIT License
2 stars 0 forks source link

Add `exit` statement to macro langauge #236

Open EvanKirshenbaum opened 5 months ago

EvanKirshenbaum commented 5 months ago

As it stands, the only way to shut down the interactive exerciser is to kill the process or close the window using the mouse. It would make sense that there would be a predefined exit function (an ACTION), which, if run, tells the monitor that you are done.

The interface for this would be BoardMonitor.close_event.

Migrated from internal repository. Originally created by @EvanKirshenbaum on Feb 04, 2023 at 3:46 PM PST.
EvanKirshenbaum commented 5 months ago

It dawns on me that we already have an exit loop statement. This would have to be an exit program statement.

Migrated from internal repository. Originally created by @EvanKirshenbaum on Feb 05, 2023 at 9:33 AM PST.