We can implement this via a needsInternet property on SYNQueueTask.
Then we can inject a dependency for the task that waits for reachability to return with a valid connected status before completing.
This can help us do things like web requests that are queued then assured to be completed the next time we have Internet, rather than just errororing out after retries run out.