JobHandle.Complete

Declaration

public void Complete();

Description

Ensures that a job has completed.

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

Note: You can't use this method in single-threaded WebGL builds where the job represents a network transfer because HTTP transfers in web browsers must run to completion asynchronously.


Did you find this page useful? Please give it a rating: