8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Services::BackupAndRestore::Services
18enum class BackupAndRestoreState :
int32
38 RestoreInProgress = 3,
53ARP_EXPORT std::ostream& operator<<(std::ostream& os, BackupAndRestoreState value);
54ARP_EXPORT std::istream& operator>>(std::istream& is, BackupAndRestoreState& value);
60template<>
struct fmt::formatter<
Arp::Services::BackupAndRestore::Services::BackupAndRestoreState> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
BackupError
Possible error codes for retain rsc services.
Definition: BackupError.hpp:19
Root namespace for the PLCnext API