Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FRequest > API/Runtime/HTTP/FRequest/EStatus
| Name | Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include Path | #include "HttpRetrySystem.h" |
Syntax
enum Type
{
NotStarted = 0,
Processing,
ProcessingLockout,
Cancelled,
FailedRetry,
FailedTimeout,
Succeeded,
}
Values
| Name | Remarks |
|---|---|
| NotStarted | |
| Processing | |
| ProcessingLockout | |
| Cancelled | |
| FailedRetry | |
| FailedTimeout | |
| Succeeded |