Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxy
Description
Powers off the device.
| Name | PowerOff |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxy.h |
| Include Path | #include "ITargetDeviceProxy.h" |
void PowerOff
(
bool Force
)
Parameters
| Name | Remarks |
|---|---|
| Force | Whether to force powering off. |
See Also
-
PowerOn
-
Reboot