GeoprocessingTaskInfo Class

  • GeoprocessingTaskInfo
  • class Esri::ArcGISRuntime::GeoprocessingTaskInfo

    Information about a GeoprocessingTask. More...

    Header: #include <GeoprocessingTaskInfo.h>
    Since: Esri::ArcGISRuntime 100.1

    This class was introduced in Esri::ArcGISRuntime 100.1.

    Public Functions

    GeoprocessingTaskInfo(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
    GeoprocessingTaskInfo(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
    GeoprocessingTaskInfo()
    Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
    Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
    ~GeoprocessingTaskInfo()
    QString category() const
    QString description() const
    QString displayName() const
    Esri::ArcGISRuntime::GeoprocessingExecutionType executionType() const
    QUrl helpURL() const
    bool isEmpty() const
    QString name() const
    QList<Esri::ArcGISRuntime::GeoprocessingParameterInfo> parameterInfos() const
    QUrl url() const

    Detailed Description

    Member Function Documentation

    GeoprocessingTaskInfo::GeoprocessingTaskInfo(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)

    Move constructor from other GeoprocessingTaskInfo.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    GeoprocessingTaskInfo::GeoprocessingTaskInfo(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)

    Copy constructor from other GeoprocessingTaskInfo.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    GeoprocessingTaskInfo::GeoprocessingTaskInfo()

    Default constructor.

    Warning: This is for convenience only and will construct an empty object.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    Esri::ArcGISRuntime::GeoprocessingTaskInfo &GeoprocessingTaskInfo::operator=(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)

    Move operator from other GeoprocessingTaskInfo.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    Esri::ArcGISRuntime::GeoprocessingTaskInfo &GeoprocessingTaskInfo::operator=(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)

    Assignment operator from other GeoprocessingTaskInfo.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    GeoprocessingTaskInfo::~GeoprocessingTaskInfo()

    Destructor.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QString GeoprocessingTaskInfo::category() const

    Returns the category of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QString GeoprocessingTaskInfo::description() const

    Returns the description of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QString GeoprocessingTaskInfo::displayName() const

    Returns the display name of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    Esri::ArcGISRuntime::GeoprocessingExecutionType GeoprocessingTaskInfo::executionType() const

    Returns the execution type of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QUrl GeoprocessingTaskInfo::helpURL() const

    Returns the help URL of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    bool GeoprocessingTaskInfo::isEmpty() const

    Returns true if this GeoprocessingTaskInfo is empty.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QString GeoprocessingTaskInfo::name() const

    Returns the name of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QList<Esri::ArcGISRuntime::GeoprocessingParameterInfo> GeoprocessingTaskInfo::parameterInfos() const

    Returns a list of GeoprocessingParameterInfo which details information about the parameters used by the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    QUrl GeoprocessingTaskInfo::url() const

    Returns the URL of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close