The stop job sent by method ScheduleStop.
Definition at line 281 of file dedicatedworker.hpp.
#include <dedicatedworker.hpp>
Public Method Index: | |
JobStop () | |
Constructor. | |
Public Method Index: inherited from Job | |
Job (const std::type_info &id) | |
virtual | ~Job ()=default |
Protected destructor. | |
template<typename TJob > | |
TJob & | Cast () |
virtual bool | Do () |
template<typename TOther > | |
bool | Is () |
template<typename TOther > | |
bool | IsNull () |
virtual void | PrepareDeferredDeletion () |
virtual size_t | SizeOf () |
Additional Inherited Members | |
Public Field Index: inherited from Job | |
const std::type_info & | ID |
|
inline |
Constructor.
Definition at line 284 of file dedicatedworker.hpp.