spiegel-keyman/windows/docs/engine/api/IKeymanSystemInfo/RebootRequired.md
2024-10-31 10:17:54 +07:00

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
```