mFrame
載入中...
搜尋中...
無符合項目
FutureStatus.h
1
7
#ifndef MFRAME_96857472_4F5C_4B05_BB54_3CE174306488
8
#define MFRAME_96857472_4F5C_4B05_BB54_3CE174306488
9
10
/* ***************************************************************************************
11
* Include
12
*/
13
14
//----------------------------------------------------------------------------------------
15
16
//----------------------------------------------------------------------------------------
17
#include "./../lang/Interface.h"
18
19
/* ***************************************************************************************
20
* Namespace
21
*/
22
namespace
ufm::util
{
23
enum struct
FutureStatus
: uint8;
24
}
// namespace ufm::util
25
26
/* ***************************************************************************************
27
* Class/Interface/Struct/Enum
28
*/
29
38
enum struct
ufm::util::FutureStatus
: uint8 {
42
IDLE
= 0,
43
47
WAIT
= 1,
48
52
DONE_COMPLETED
= 2,
53
57
DONE_FAILED
= 3
58
};
59
60
/* ***************************************************************************************
61
* End of file
62
*/
63
64
#endif
/* MFRAME_96857472_4F5C_4B05_BB54_3CE174306488 */
ufm::util
Definition
Iterable.h:28
ufm::util::FutureStatus
FutureStatus
Definition
FutureStatus.h:38
ufm::util::FutureStatus::IDLE
@ IDLE
閒置狀態,表示未開始執行
ufm::util::FutureStatus::DONE_COMPLETED
@ DONE_COMPLETED
完成狀態,表示操作已成功完成
ufm::util::FutureStatus::DONE_FAILED
@ DONE_FAILED
失敗狀態,表示操作執行失敗
ufm::util::FutureStatus::WAIT
@ WAIT
等待狀態,表示操作正在執行中
src
mframe
src
ufm
util
FutureStatus.h
產生者:
1.11.0