Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Cancel()

Cancels a running progress indicator.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool Cancel()

Returns

Type

Description

boolTrue if the associated task is cancelled, false if something prevents it from being cancelled.

Remarks