#include <AutomationTest.h>
Definition at line 3711 of file AutomationTest.h.
◆ ~IAutomationLatentCommandWithRetriesAndDelays()
virtual IAutomationLatentCommandWithRetriesAndDelays::~IAutomationLatentCommandWithRetriesAndDelays |
( |
| ) |
|
|
inlinevirtual |
◆ IAutomationLatentCommandWithRetriesAndDelays() [1/2]
IAutomationLatentCommandWithRetriesAndDelays::IAutomationLatentCommandWithRetriesAndDelays |
( |
| ) |
|
|
inlineprotected |
◆ IAutomationLatentCommandWithRetriesAndDelays() [2/2]
IAutomationLatentCommandWithRetriesAndDelays::IAutomationLatentCommandWithRetriesAndDelays |
( |
const FString | InCommandClassName, |
|
|
const int32 | InMaxRetries, |
|
|
const double | InWaitTimeBetweenRuns ) |
|
inlineprotected |
◆ CanRetry()
bool IAutomationLatentCommandWithRetriesAndDelays::CanRetry |
( |
| ) |
const |
|
inlineprotected |
◆ CommandFailedDueToError()
◆ Execute()
virtual bool IAutomationLatentCommandWithRetriesAndDelays::Execute |
( |
| ) |
|
|
pure virtual |
◆ GetCurrentTest()
◆ GetTestAndCommandName()
FString IAutomationLatentCommandWithRetriesAndDelays::GetTestAndCommandName |
( |
| ) |
const |
|
inlineprotected |
◆ HasExceededMaxTotalRunTime()
bool IAutomationLatentCommandWithRetriesAndDelays::HasExceededMaxTotalRunTime |
( |
| ) |
|
|
inlineprotected |
◆ IsDelayTimerRunning()
bool IAutomationLatentCommandWithRetriesAndDelays::IsDelayTimerRunning |
( |
| ) |
const |
|
inlineprotected |
◆ OverrideMaxTotalRunTimeInSeconds()
void IAutomationLatentCommandWithRetriesAndDelays::OverrideMaxTotalRunTimeInSeconds |
( |
double | OverrideValue | ) |
|
|
inlineprotected |
◆ ResetDelayTimer()
void IAutomationLatentCommandWithRetriesAndDelays::ResetDelayTimer |
( |
| ) |
|
|
inlineprotected |
◆ Update()
virtual bool IAutomationLatentCommandWithRetriesAndDelays::Update |
( |
| ) |
|
|
inlineoverridevirtual |
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)
Implements IAutomationLatentCommand.
Definition at line 3727 of file AutomationTest.h.
◆ bHasUnlimitedRetries
const bool IAutomationLatentCommandWithRetriesAndDelays::bHasUnlimitedRetries = false |
|
protected |
◆ CommandClassName
const FString IAutomationLatentCommandWithRetriesAndDelays::CommandClassName = "UnknownCommand" |
|
protected |
◆ CurrentIteration
int32 IAutomationLatentCommandWithRetriesAndDelays::CurrentIteration = 0 |
|
private |
◆ DelayStartTime
double IAutomationLatentCommandWithRetriesAndDelays::DelayStartTime = 0.0 |
|
protected |
◆ DelayTimeInSeconds
const double IAutomationLatentCommandWithRetriesAndDelays::DelayTimeInSeconds = 1.0 |
|
protected |
◆ MaxRetries
const int32 IAutomationLatentCommandWithRetriesAndDelays::MaxRetries = 10 |
|
protected |
◆ MaxTotalRunTimeInSeconds
double IAutomationLatentCommandWithRetriesAndDelays::MaxTotalRunTimeInSeconds = 300.0 |
|
private |
The documentation for this class was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASA/AsaApi/AsaApi/Core/Public/API/UE/Misc/AutomationTest.h