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

パラメーター

jobDataThe job and data to Run.

説明

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

See Also: IJob.