registerDataTaskFunction method
Implementation
String registerDataTaskFunction(String name,Function callFunction){
String id=Simplify.appendFunction(name, callFunction, _dataTaskFunctions);
simplify.debugMessage("Registered task function("+id+") : "+name);
return id;
}