mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
254 B
Markdown
14 lines
254 B
Markdown
---
|
|
title: IKeymanControl::IsConfigurationOpen() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::IsConfigurationOpen()` method returns `True` if
|
|
Keyman Configuration is currently running.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
bool IsConfigurationOpen(void)
|
|
```
|