Version: 2023.2

ScheduleMode

enumeration

切换到手册

描述

用于调度管理作业的 ScheduleMode 选项。

变量

RunRun job immediately on calling thread.
ParallelSchedule job to run on multiple worker threads if possible. Jobs that cannot run concurrently will run on one thread only.
SingleSchedule job to run on a single worker thread.