ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
engine_state.hpp
Go to the documentation of this file.
1
10#pragma once
11
12#ifndef ENGINE_STATE_H
13#define ENGINE_STATE_H
14
15namespace engine {
16
28
29} // namespace engine
30
31#endif // ENGINE_STATE_H // end of EngineState
EngineState
엔진 실행 및 초기화 상태를 나타내는 열거형(enum class).
Definition engine_state.hpp:22
@ EngineLicenseCheckFailed
라이선스 검증 실패
Definition engine_state.hpp:26
@ Success
정상적으로 작업이 완료됨
Definition engine_state.hpp:23
@ EngineInitFailed
엔진 초기화 실패
Definition engine_state.hpp:25
@ EngineConfigLoadFailed
설정 파일 로딩 실패
Definition engine_state.hpp:24