Class ScriptProcess


  • class ScriptProcess
    extends java.lang.Object
    the idea here is that the process { ... } command would collect and preprocess the scripts, then pass them here for storage until the end of the parallel block is reached.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • processName

        java.lang.String processName
    • Constructor Detail

      • ScriptProcess

        ScriptProcess​(java.lang.String name,
                      ScriptContext context)