ScheduleMode

enumeration

Switch to Manual

Description

ScheduleMode options for scheduling a manage job.

Variables

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.