This version of Unity is unsupported.

Progress.IsCancellable

Declaration

public static bool IsCancellable(int id);

Parameters

id The progress indicator's unique ID.

Returns

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

Description

Indicates whether you can cancel the progress indicator's associated task.