Base module
TransactionState
State machine states for PacketTransaction.
TransactionState
#include <icy/packettransaction.h>Inherits:
State
State machine states for PacketTransaction.
Public Methods
| Return | Name | Description |
|---|---|---|
std::string | str const inline | #### Parameters |
str
const inline
inline std::string str(unsigned int id) constParameters
idA[TransactionState::Type](#type-2)value.
Returns
Human-readable name of the state.
Public Types
| Name | Description |
|---|---|
Type |
Type
enum Type| Value | Description |
|---|---|
Waiting | |
Running | |
Success | |
Cancelled | |
Failed |
