Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsCompleted

Determines if a task is running.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: Unity.Jobs
  • Assembly: UnityEngine.CoreModule
public bool IsCompleted { get; }

Remarks

Returns false if the task is currently running. Returns true if the task has completed.