Wednesday 28 December 2016

Can you define a variable that is accessible from multiple Jobs?

Yes, you can declare a static variable in a routine, and add the setter/getter methods for this variable in the routine. The variable is then accessible from different Jobs.

No comments:

Post a Comment