Description 描述
JobHandle.
Properties 属性
| IsCompleted | Returns false if the task is currently running. Returns true if the task has completed. |
Public Methods 公共方法
| Complete | Ensures that the job has completed. |
Static Methods 静态方法
| CheckFenceIsDependencyOrDidSyncFence | CheckFenceIsDependencyOrDidSyncFence. | ||
| CombineDependencies | Combines multiple dependencies into a single one. | ||
| CompleteAll | Ensures that all jobs have completed. | ||
| ScheduleBatchedJobs | By default jobs are only put on a local queue when using Job Schedule functions, this actually makes them available to the worker threads to execute them. |