Generic progress info.
More...
#include <src/utils/progress_info.h>
|
enum | Status { PENDING_START
, PENDING_CANCELLATION
, RUNNING
, COMPLETED
} |
|
enum | CompletionType { CANCELLED
, HAS_WARNING
, HAS_ERROR
, SUCCESS
} |
|
Generic progress info.
- Note
- Not realtime-safe.
Definition at line 31 of file progress_info.h.
◆ CompletionType
enum ProgressInfo::CompletionType |
◆ Status
enum ProgressInfo::Status |
◆ get_completion_type()
CompletionType ProgressInfo::get_completion_type |
( |
| ) |
const |
|
inline |
◆ get_message()
◆ get_progress()
◆ get_status()
Status ProgressInfo::get_status |
( |
| ) |
const |
|
inline |
◆ pending_cancellation()
bool ProgressInfo::pending_cancellation |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: