Navigation
API > API/Developer > API/Developer/Horde
Flags describing how to execute a compute task process on the agent.
| Name | EExecuteProcessFlags |
| Type | enum |
| Header File | /Engine/Source/Developer/Horde/Public/Compute/AgentMessage.h |
| Include Path | #include "Compute/AgentMessage.h" |
Syntax
enum EExecuteProcessFlags
{
None = 0,
UseWine = 1,
}
Values
| Name | Remarks |
|---|---|
| None | No execute flags set. |
| UseWine | Request execution to be wrapped under Wine when running on Linux. Agent still reserves the right to refuse it (e.g no Wine executable configured, mismatching OS etc) |