mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
14 lines
289 B
Markdown
14 lines
289 B
Markdown
---
|
|
title: IKeymanControl::IsOnlineUpdateCheckOpen() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::IsOnlineUpdateCheckOpen()` method returns `True` if
|
|
the Keyman Desktop online update check tool is currently running.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
bool IsOnlineUpdateCheckOpen(void)
|
|
```
|