omni::sync::thread_state::enum_t
NAME

omni::sync::thread_state::enum_t

A enumeration of omni::sync::thread_state

#include <omni/types/thread_t.hpp>

MEMBERS

omni::sync::thread_state::enum_t::ABORT_REQUESTED
omni::sync::thread_state::enum_t::ABORTED
omni::sync::thread_state::enum_t::COMPLETED
omni::sync::thread_state::enum_t::RUNNING
omni::sync::thread_state::enum_t::START_REQUESTED
omni::sync::thread_state::enum_t::STOP_REQUESTED
omni::sync::thread_state::enum_t::STOPPED
omni::sync::thread_state::enum_t::UNKNOWN
omni::sync::thread_state::enum_t::UNSTARTED

SYNOPSIS

The underlying enum type exposed via the parent state structure

top

DESCRIPTION

No description.

top