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.