FJobState

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

Windows
MacOS
Linux

Inheritance Hierarchy

FMessage

FJobState

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

class FJobState : public NSwarm::FMessage

Remarks

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

Variables

Name Description

Public variable

int32

 

JobExitCode

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

Public variable

FGuid

 

JobGuid

The Job GUID used for identifying the Job

Public variable

const TCHAR ...

 

JobMessage

Public variable

double

 

JobRunningTime

Public variable

TJobTaskState

 

JobState

The current state and arbitrary message

Constructors

Name Description

Public function

FJobState

(
    FGuid NewJobGuid,
    TJobTaskState NewJobState
)

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