diff --git a/interface/wx/webrequest.h b/interface/wx/webrequest.h index 7973e1f197..c4b086131d 100644 --- a/interface/wx/webrequest.h +++ b/interface/wx/webrequest.h @@ -196,6 +196,10 @@ public: /** Cancel an active request. + + Note that cancelling is asynchronous, so the application needs to wait + until the request state becomes @c State_Cancelled to know when the + request was really cancelled. */ void Cancel();