mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
17 lines
459 B
Markdown
17 lines
459 B
Markdown
---
|
|
title: IKeymanSystemInfo::RebootRequired Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanSystemInfo::RebootRequired` property returns `True` if a
|
|
previous action performed through the Keyman Engine API cannot be
|
|
completed until the system is restarted. Typically this can arise if a
|
|
file is locked by another process at install time, and is most likely to
|
|
occur with font installation and removal.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly bool RebootRequired
|
|
```
|