ILauncherTask

Interface for launcher worker tasks.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherTask.h"

Syntax

class ILauncherTask

Remarks

Interface for launcher worker tasks.

Functions

Name Description

Public function

void

 

Cancel()

Cancels the task.

Public function Const

const FStrin...

 

GetDesc()

Gets the task's name.

Public function Const

FTimespan

 

GetDuration()

Gets the duration of time that the task has been running.

Public function Const

uint32

 

GetErrorCount()

Gets the amount of errors that were generated during this task

Public function Const

const FStrin...

 

GetName()

Gets the task's name.

Public function Const

ELauncherTas...

 

GetStatus()

Gets the task's current status.

Public function Const

uint32

 

GetWarningCount()

Gets the amount of warnings that were generated during this task

Public function Const

bool

 

IsCancelling()

Gets if the task is trying to cancel

Public function Const

bool

 

IsFinished()

Checks whether the task has finished execution.

Public function

FOnTaskCompl...

 

OnCompleted()

Gets the completed delegate

Public function

FOnTaskStart...

 

OnStarted()

Gets the stage completed delegate

Public function Const

int32

 

ReturnCode()

Retrieves the return code from the task

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