Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Progress.Item.finished

public bool finished;

Description

Returns true if the progress indicator is finished, but not removed.

A progress indicator is considered finished when its status is either Succeeded or Failed.

Additional resources: Progress.GetStatus, Status.