Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include | #include "IAutomationReport.h" |
void SetState
&40;
const EAutomationState State
&41;
Remarks
Set the state of the test (not run, in process, success, failure).
Parameters
| Name | Description |
|---|---|
| State | EAutomationState state to set. |