Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Pause()

Pauses a running progress indicator.
Read time 1 minuteLast updated 4 days ago

Definition

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

Returns

Type

Description

boolTrue if the task is paused, false if it cannot be paused.

Remarks