WaitForCompletion indicates whether to wait for the matching tasks to complete (default: false).
(waitForCompletion bool)
| 89 | // WaitForCompletion indicates whether to wait for the matching tasks |
| 90 | // to complete (default: false). |
| 91 | func (s *TasksGetTaskService) WaitForCompletion(waitForCompletion bool) *TasksGetTaskService { |
| 92 | s.waitForCompletion = &waitForCompletion |
| 93 | return s |
| 94 | } |
| 95 | |
| 96 | // buildURL builds the URL for the operation. |
| 97 | func (s *TasksGetTaskService) buildURL() (string, url.Values, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected