Qore FileLocationHandler Module Reference 2.3
|
This class allows immediate data to be returned for a polling operation. More...
#include <FileLocationHandlerData.qc.dox.h>
Inherits AbstractPollOperation.
Public Member Methods | |
constructor (auto value) | |
Creates the object with the value to be returned. | |
*hash< SocketPollInfo > | continuePoll () |
Always returns NOTHING. | |
string | getGoal () |
The goal is always "done" . | |
auto | getOutput () |
Returns the value. | |
string | getState () |
The state is always "done" . | |
bool | goalReached () |
Always returns True. | |
Private Attributes | |
auto | value |
The value to return. | |
This class allows immediate data to be returned for a polling operation.