This version of Unity is unsupported.

ScheduleMode

enumeration

Description

ScheduleMode options for scheduling a manage job.

Properties

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.