Is there a way to execute a webRequest "now" in a datafield (given that there was no other webrequest in the last 5 minutes)?
I have a datafield, that does some web requests once in a while (from a background app). currently I can trigger this web request by:
Background: initialize
Background: onStart
Background: getServiceDelegate
Background: onStop