ThreadOptions options
Options for the thread.
Definition: ThreadDatabaseEntry.hpp:45
Thread options containing the name of the module run, as well as the IDs of the website, URL list, and configuration used.
Definition: ThreadOptions.hpp:40
Information about a thread as stored in the database, containing both the options for and the status ...
Definition: ThreadDatabaseEntry.hpp:40
ThreadStatus status
Status of the thread.
Definition: ThreadDatabaseEntry.hpp:48
ThreadDatabaseEntry(const ThreadOptions &setOptions, const ThreadStatus &setStatus)
Constructor setting the options for and the status of the thread.
Definition: ThreadDatabaseEntry.hpp:64
ThreadDatabaseEntry()=default
Default constructor.