FTaskState

Encapsulates information about a Task's state, used to communicate back to the Instigator

Windows
MacOS
Linux

Inheritance Hierarchy

FMessage

FTaskState

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h

Include

#include "SwarmInterface.h"

Syntax

class FTaskState : public NSwarm::FMessage

Remarks

Encapsulates information about a Task's state, used to communicate back to the Instigator

Variables

Name Description

Public variable

int32

 

TaskExitCode

Various stats, including run time, exit codes, etc.

Public variable

FGuid

 

TaskGuid

The Task GUID used for identifying the Task

Public variable

const TCHAR ...

 

TaskMessage

Public variable

double

 

TaskRunningTime

Public variable

TJobTaskState

 

TaskState

The current Task state and arbitrary message

Constructors

Name Description

Public function

FTaskState

(
    FGuid NewTaskGuid,
    TJobTaskState NewTaskState
)

Constructor, initializes to specified values

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