Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

scheduler-cleanup runs cleanup functions in all plugin instances. Uses, e.g. to close output files when the main application terminates.

Example

Example 1: Closing function of a data collection application

;; termination
(lambda () (scheduler-cleanup))
Clone this wiki locally