Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxy
References
| Module | TargetDeviceServices |
| Header | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxy.h |
| Include | #include "ITargetDeviceProxy.h" |
bool TerminateLaunchedProcess
&40;
FName InVariant,
const FString & ProcessIdentifier
&41;
Remarks
Cancel the application running on the device true if the launch has been successfully terminated, false otherwise.
Parameters
| Name | Description |
|---|---|
| InVariant | Variant of the device |
| ProcessIdentifier | The bundle id |