ILauncherTask::IsFinished

Checks whether the task has finished execution.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherTask.h

Include

#include "ILauncherTask.h"

Syntax

bool IsFinished() const

Remarks

Checks whether the task has finished execution.

A task is finished when it is neither pending, nor busy.

Returns

true if the task finished, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss