This class is deprecated. We strongly advise against using it in new code.
Member Function Documentation TaskWatcher::TaskWatcher()Default constructor.
TaskWatcher::TaskWatcher(const Esri::ArcGISRuntime::TaskWatcher &other)Copy constructor from other TaskWatcher.
Note: Both copies will reference the same underlying task.
[noexcept]
TaskWatcher::TaskWatcher(Esri::ArcGISRuntime::TaskWatcher &&other)
Move constructor from other TaskWatcher.
[noexcept]
TaskWatcher::~TaskWatcher()
Destructor.
bool TaskWatcher::cancel()Cancels the task.
Returns true
if the task was canceled successfully.
Gets the unique task description.
The task description will be a simple description of the task, for example, the task function name.
Returns the task description.
bool TaskWatcher::isCanceled() constGets whether the task was canceled.
Returns true
if the task was canceled.
Gets whether the task has come to a terminal state, either canceled or completed.
Returns true
if the task is done.
Gets whether the task was created successfully.
Returns true
if the task could be created, otherwise false
. If false
, then the task's corresponding completed signal will never emit.
Gets the unique task ID associated with this task.
Returns the task id.
[noexcept]
Esri::ArcGISRuntime::TaskWatcher &TaskWatcher::operator=(Esri::ArcGISRuntime::TaskWatcher &&other)
Move operator from other TaskWatcher.
Esri::ArcGISRuntime::TaskWatcher &TaskWatcher::operator=(const Esri::ArcGISRuntime::TaskWatcher &other)Copy assignment from other TaskWatcher.
Note: Both copies will reference the same underlying task.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4