The following members of class GeotriggerMonitor are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri::ArcGISRuntime::TaskWatcher | start() |
Signals
(deprecated) void | startCompleted(const QUuid &taskId) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher GeotriggerMonitor::start()
This function is deprecated. We strongly advise against using it in new code.
Returns starts evaluating the GeotriggerMonitor.
When the GeotriggerMonitor is successfully performing checks, the status will be GeotriggerMonitorStatus::Started.
Returns a string representing the task ID of the asynchronous task.
[signal]
void GeotriggerMonitor::startCompleted (const QUuid &taskId )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the start operation completes.
- taskId - The task ID of the asynchronous operation.