Version: 2019.3
public void Complete ();

説明

Ensures that the job has completed.

The JobSystem automatically prioritizes the job and any of its dependencies to run first in the queue, then attempts to execute the job itself on the thread which calls the Complete function.