Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsPausable(int)

Indicates whether you can pause the progress indicator's task.
Read time 1 minuteLast updated 5 days ago

Definition

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

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

boolTrue if you can pause the task, false otherwise.