This version of Unity is unsupported.

Progress.IsPausable

Declaration

public static bool IsPausable(int id);

Parameters

id The progress indicator's unique ID.

Returns

bool True if you can pause the task, false otherwise.

Description

Indicates whether you can pause the progress indicator's task.