Page 1 of 1

Set PrivateData in a Function

Posted: Thu Aug 27, 2020 10:28 am
by Sunnyland
So I know how to set private data from within theJobArrived function but can I set private data in another function? I have tried to pass the job variable to the secondary function but this doesn't seem to work. Is it possible, if so what do I need to do?

Re: Set PrivateData in a Function

Posted: Mon Aug 31, 2020 7:15 pm
by dkelly
async job.setPrivateData( tag: String, value: String )