Version: 2023.1
언어: 한국어

Progress.RegisterCancelCallback

매뉴얼로 전환
public static void RegisterCancelCallback (int id, Func<bool> callback);

파라미터

id The progress indicator's unique ID.
callback The function called when a request to cancel a progress indicator's associated task is made. The function returns true if it actually cancelled the task.

설명

Registers a callback that is called when the user requests to cancel a running progress indicator's associated task.