|
OGRE
1.9.0
|
Encapsulates the result of a background queue request. More...
#include <OgreResourceBackgroundQueue.h>
Public Member Functions | |
| BackgroundProcessResult () | |
Public Attributes | |
| bool | error |
| Whether an error occurred. | |
| String | message |
| Any messages from the process. | |
Encapsulates the result of a background queue request.
Definition at line 51 of file OgreResourceBackgroundQueue.h.
| Ogre::BackgroundProcessResult::BackgroundProcessResult | ( | ) |
Definition at line 58 of file OgreResourceBackgroundQueue.h.
References error.
| bool Ogre::BackgroundProcessResult::error |
Whether an error occurred.
Definition at line 54 of file OgreResourceBackgroundQueue.h.
Referenced by BackgroundProcessResult().
| String Ogre::BackgroundProcessResult::message |
Any messages from the process.
Definition at line 56 of file OgreResourceBackgroundQueue.h.
1.13.2