.. include:: ../global.rst .. idio:currentmodule:: job-control job-control values ------------------ .. _`job-control/%%last-job`: .. idio:value:: %%last-job :canonical: job-control/%%last-job :var:`%%last-job` is set to the instance of struct type :ref:`%idio-job ` created when a job is launched. It is approximately the equivalent of ``$!`` in many shells but with more detail. .. _`job-control/%idio-jobs`: .. idio:value:: %idio-jobs :canonical: job-control/%idio-jobs :var:`%%idio-jobs` is a list of instances of struct type :ref:`%idio-job ` updated when a job is launched or completes. .. _`job-control/%%process-substitution-jobs`: .. idio:value:: %%process-substitution-jobs :type: hash :canonical: job-control/%%process-substitution-jobs :var:`%%process-substitution-jobs` is a hash table indexed by instances of struct type :ref:`%idio-job ` created when a *Process Substitution* (async) job is launched. .. include:: ../commit.rst