Given I can't access Environment Variables in Background tasks, I ported my environment variables to VisualCron User Variables, update my tasks, then let it rip. This works well, but now my non-VisualCron processes don't have those environment variables. My solution was to created a Sync job that echos the User Variable values to the System Environment variables registry path, effectively copying VC values to Env Var values. This was brilliant...except it's writing the literal User Variable, not the actual value.
So, is this a bug or feature request? This is fairly limiting for me.