executeJob ========== :doc:`/types/Script/index`::executeJob Launches a job to be executed by a worker thread. Declaration ----------- .. code-block:: cpp void executeJob(const std::function& job); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - job - const `std::function `_\& - The job to be executed by a worker thread. Returns ------- None.