You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you update the documentation of the TFClient to show how to cancel a specific goal? I've been using this.TfClient.currentGoal.cancel(); to cancel a specific goal or this.TfClient.actionClient.cancel(); to cancel all goals.
The text was updated successfully, but these errors were encountered:
Could you update the documentation of the
TFClient
to show how to cancel a specific goal? I've been usingthis.TfClient.currentGoal.cancel();
to cancel a specific goal orthis.TfClient.actionClient.cancel();
to cancel all goals.The text was updated successfully, but these errors were encountered: