XII Release 0.1.0
Loading...
Searching...
No Matches
xiiLongOpControllerEvent Struct Reference

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

#include <LongOpControllerManager.h>

Public Types

enum class  Type { OpAdded , OpRemoved , OpProgress }
 

Public Attributes

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

Detailed Description

Events about all known long ops. Broadcast by xiiLongOpControllerManager.

Member Enumeration Documentation

◆ Type

enum class xiiLongOpControllerEvent::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: