Navigation
API > API/Developer > API/Developer/AutomationController
Enum to indicate the state of the workers in the automation controller.
| Name | EAutomationControllerModuleState::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
| Include Path | #include "IAutomationControllerManager.h" |
Syntax
namespace EAutomationControllerModuleState
{
enum Type
{
Ready,
Running,
Disabled,
}
}
Values
| Name | Remarks |
|---|---|
| Ready | Has workers available. |
| Running | Is running tests. |
| Disabled | No workers available. |