61626364656667
* synchronously. NOTE: This is not the most efficient way * to run the task since job manager tasks are intended to be * run asynchronously. */ public JobManagerTask createTask() { return new JobManagerTask(jobManager, taskId); }