JobHandle

struct in Unity.Jobs

/

Implemented in:UnityEngine.CoreModule

Description

Represents a handle to a job, which uniquely identifies a job scheduled in the job system.

Properties

IsCompletedDetermines if a task is running.

Public Methods

CompleteEnsures that a job has completed.

Static Methods

CheckFenceIsDependencyOrDidSyncFenceCheckFenceIsDependencyOrDidSyncFence.
CombineDependenciesCombines multiple dependencies into a single dependency.
CompleteAllEnsures that all jobs have completed.
ScheduleBatchedJobsMakes Schedule methods available to worker threads.

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