getState

gets the current DataProcessor state

string getState();
stringdataprocessor state

Example

//dp is a dataprocessor object
dp.getState();

Details

Possible states are as follows:

  • true - the DataProcessor is in action
  • saving - the request has come from server, DataProcessor performs saving operation
  • false - the DataProcessor is not active
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.