Plasma Engine  2.0
Loading...
Searching...
No Matches
plLongOpControllerEvent Struct Reference

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

#include <LongOpControllerManager.h>

Public Types

enum class  Type { OpAdded , OpRemoved , OpProgress }
 

Public Attributes

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

Detailed Description

Events about all known long ops. Broadcast by plLongOpControllerManager.

Member Enumeration Documentation

◆ Type

enum class plLongOpControllerEvent::Type
strong
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: