Banuba SDK
Loading...
Searching...
No Matches
Enumerations
effect_status.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  effect_status : int { inactive , loading , active , error }
 

Enumeration Type Documentation

◆ effect_status

enum class bnb::interfaces::effect_status : int
strong

Definition at line 14 of file effect_status.hpp.

14 : int {
16 loading,
17 active,
18 error,
19};
@ inactive
Not initialized/stopped states.