콘텐츠가 아직 해당 언어로 번역되지 않았습니다. 영어 버전이 제공됩니다.
CancelReload Method
Overloads
CancelReload(String) |
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and |
CancelReload(String)
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and true
is still the return value of the reload task.
Declaration
public void CancelReload([QixName("qReason")] string reason = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
Reason for why the reload was cancelled. This will be echoed back to the user in the script log. |