Navigation
API > API/Developer > API/Developer/LocalizationService
Results of a command execution
| Name | ELocalizationServiceOperationCommandResult::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
| Include Path | #include "ILocalizationServiceProvider.h" |
Syntax
namespace ELocalizationServiceOperationCommandResult
{
enum Type
{
Failed,
Succeeded,
Cancelled,
}
}
Values
| Name | Remarks |
|---|---|
| Failed | Command failed to execute correctly or was not supported by the provider. |
| Succeeded | Command executed successfully |
| Cancelled | Command was canceled before completion |