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

16 lines
342 B
Markdown

---
title: IKeymanSystemInfo::SetReboot Method
---
## Introduction
The `IKeymanSystemInfo::SetReboot` method sets the reboot flag
[`RebootRequired`](RebootRequired). This is typically used by Keyman
Engine API internally but can also be set by a client process for their
own reference.
## Specification
``` clike
void SetReboot(void)
```