Version: 2019.2
public static void Run (T jobData);

Parameters

jobDataThe job and data to Run.

Description

Perform the job's Execute method immediately on the same thread.

See Also: IJob.