mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
342 B
Markdown
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)
|
|
```
|