Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggers
| |
|
| Name |
UE::TraceBasedDebuggers::ERemoteSessionReadyState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/TraceBasedDebuggers/Public/SessionInfo.h |
| Include Path |
#include "SessionInfo.h" |
Syntax
namespace UE
{
namespace TraceBasedDebuggers
{
enum ERemoteSessionReadyState
{
Ready,
Busy,
}
}
}
Values
| Name |
Remarks |
| Ready |
The session is ready to execute commands |
| Busy |
We are executing a command in the session we expect to take a while without hearing anything from the target. |