Version: 2020.2
言語: 日本語

ScheduleMode

enumeration

マニュアルに切り替える

説明

ScheduleMode options for scheduling a manage job.

変数

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.