Program.getProgram

Get/Set Program associated with this thread. This enables multiple scripts (Programs) running simultaneously in different threads. It is needed because which Program is being run is essentially global data - and this makes it thread local data.

class Program
static
getProgram
(
)

Meta