Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Resume(int)

Resumes a paused progress indicator, and invokes the pause callback for the associated task.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool Resume(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

boolTrue if the task resumes, false if it cannot resume.

Remarks

You can only call this method if a pause callback has been registered for the specified id.