ezEngine  Release 25.03
ezLongOpControllerEvent Struct Reference

Events about all known long ops. Broadcast by ezLongOpControllerManager. More...

#include <LongOpControllerManager.h>

Public Types

enum  Type { Type::OpAdded, Type::OpRemoved, Type::OpProgress }
 

Public Attributes

Type m_Type
 
ezUuid m_OperationGuid
 Use ezLongOpControllerManager::GetOperation() to resolve the GUID to the actual long op.
 

Detailed Description

Events about all known long ops. Broadcast by ezLongOpControllerManager.

Member Enumeration Documentation

◆ Type

Enumerator
OpAdded 

A new long op has been added / registered.

OpRemoved 

A long op has been deleted. The GUID is sent, but it cannot be resolved anymore.

OpProgress 

The completion progress of a long op has changed.


The documentation for this struct was generated from the following file: