Navigation
API > API/Developer > API/Developer/Zen > API/Developer/Zen/FBuildServiceInstance
| Name | EConnectionState |
| Type | enum |
| Header File | /Engine/Source/Developer/Zen/Public/Experimental/BuildServerInterface.h |
| Include Path | #include "Experimental/BuildServerInterface.h" |
Syntax
enum EConnectionState
{
NotStarted,
ConnectionInProgress,
ConnectionSucceeded,
ConnectionFailed,
}
Values
| Name | Remarks |
|---|---|
| NotStarted | |
| ConnectionInProgress | |
| ConnectionSucceeded | |
| ConnectionFailed |