Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsCancellable(int)

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

Definition

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

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

boolTrue if you can cancel the task, false otherwise.