@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
30 lines (15 loc) • 448 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / showMessageBox
# Function: showMessageBox()
> **showMessageBox**(`message`, `title`): `Promise`\<`void`\>
Displays a message box with an OK button for the user.
## Parameters
### message
`string`
The message to display.
### title
`string`
The dialog title.
## Returns
`Promise`\<`void`\>