Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine
| |
|
| Name |
EChaosVDRemoteSessionReadyState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosVDRemoteSessionsManager.h |
| Include Path |
#include "Chaos/ChaosVDRemoteSessionsManager.h" |
Syntax
enum EChaosVDRemoteSessionReadyState
{
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. |