Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/FInterchangeWorkerHandler
| |
|
| Name |
EWorkerErrorState |
| Type |
enum |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeWorkerHandler.h |
| Include Path |
#include "InterchangeWorkerHandler.h" |
Syntax
enum EWorkerErrorState
{
Ok,
ConnectionFailed_NotBound,
ConnectionFailed_NoClient,
ConnectionLost,
ConnectionLost_SendFailed,
WorkerProcess_CantCreate,
WorkerProcess_Lost,
WorkerProcess_Crashed,
}
Values
| Name |
Remarks |
| Ok |
|
| ConnectionFailed_NotBound |
|
| ConnectionFailed_NoClient |
|
| ConnectionLost |
|
| ConnectionLost_SendFailed |
|
| WorkerProcess_CantCreate |
|
| WorkerProcess_Lost |
|
| WorkerProcess_Crashed |
|