RosettaStone v0.4
Rosetta
Tasks
TaskStatus.hpp
Go to the documentation of this file.
1
// Copyright (c) 2019 Chris Ohk, Youngjoong Kim, SeungHyun Jeon
2
3
// We are making my contributions/submissions to this project solely in our
4
// personal capacity and are not conveying any rights to any intellectual
5
// property of any third parties.
6
7
#ifndef ROSETTASTONE_TASK_STATUS_HPP
8
#define ROSETTASTONE_TASK_STATUS_HPP
9
10
namespace
RosettaStone
11
{
12
using
status_t
=
unsigned
int
;
13
15
enum class
TaskStatus
:
status_t
16
{
17
INVALID
,
18
STOP
,
19
COMPLETE
,
20
21
NUM_TASK_STATUS
22
};
23
}
// namespace RosettaStone
24
25
#endif // ROSETTASTONE_TASK_STATUS_HPP
RosettaStone::TaskStatus
TaskStatus
Meta data to represent the result of the task.
Definition:
TaskStatus.hpp:15
RosettaStone::TaskStatus::STOP
RosettaStone::status_t
unsigned int status_t
Definition:
TaskStatus.hpp:12
RosettaStone::int
int
Definition:
CardEnums.hpp:26
RosettaStone::TaskStatus::COMPLETE
RosettaStone
Definition:
AccountInfo.hpp:14
RosettaStone::ChoiceAction::INVALID
Invalid action.
RosettaStone::TaskStatus::NUM_TASK_STATUS
Generated on Fri Mar 22 2019 02:36:38 for RosettaStone by
1.8.14