Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetDevice
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include | #include "Interfaces/ITargetDevice.h" |
bool TerminateProcess
&40;
const int64 ProcessId
&41;
Remarks
Terminates a process that was launched on the device using the Launch() or Run() methods. true if the process was terminated, false otherwise.
Parameters
| Name | Description |
|---|---|
| ProcessId | The identifier of the process to terminate. |