QtBackgroundProcess  1.5.2
A Library to create background applications with simple, automated foreground control
Public Member Functions | List of all members
QtBackgroundProcess::NotAllowedInRunningStateException Class Reference

Will be thrown, if you perform an operation, that is not allowed in running state. More...

#include <app.h>

+ Inheritance diagram for QtBackgroundProcess::NotAllowedInRunningStateException:

Public Member Functions

const char * what () const noexcept override
 Inherits std::exception::what.
 
void raise () const override
 Inherits QException::raise.
 
QExceptionclone () const override
 Inherits QException::clone.
 

Detailed Description

Will be thrown, if you perform an operation, that is not allowed in running state.

Definition at line 18 of file app.h.


The documentation for this class was generated from the following file: