24 lines
309 B
Markdown
24 lines
309 B
Markdown
![]() |
---
|
||
|
title: exit
|
||
|
id: exit
|
||
|
weight: 100
|
||
|
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.
|
||
|
|