Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggersAnalysis > API/Runtime/TraceBasedDebuggersAnalysis/FRecordingControls > API/Runtime/TraceBasedDebuggersAnalysis/FRecordingControls/FAsyncConnection-
| Name | EState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggersAnalysis/Public/Widgets/RecordingControls.h |
| Include Path | #include "Widgets/RecordingControls.h" |
Syntax
enum EState
{
NotStarted,
InProgress,
Success,
Canceled,
Failed,
}
Values
| Name | Remarks |
|---|---|
| NotStarted | |
| InProgress | |
| Success | |
| Canceled | |
| Failed |