23 lines
308 B
Markdown
23 lines
308 B
Markdown
---
|
|
title: exit
|
|
id: exit
|
|
weight: 20
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
|
|
`event`
|
|
|
|
This event is triggered when darktable exits, it allows lua scripts to do cleanup jobs
|
|
|
|
# events.exit.callback
|
|
|
|
```
|
|
function(
|
|
)
|
|
```
|
|
|
|
# events.exit.extra registration parameters
|
|
|
|
This event has no extra registration parameters.
|
|
|