IJobTracker Interface

Provides access to members that track and control execution of jobs.

Members

Name Description
Read-only property CanContinue Indicates whether job execution can be continued.
Write-only property IsStopped Must be called by job processor after it stopped job execution.
Write-only property Message Notifies client about the job execution progress.

IJobTracker.CanContinue Property

Indicates whether job execution can be continued.

Public ReadOnly Property CanContinue As Boolean
public bool CanContinue {get;}

IJobTracker.IsStopped Property

Must be called by job processor after it stopped job execution.

Public WriteOnly Property IsStopped
public void IsStopped {set;}

IJobTracker.Message Property

Notifies client about the job execution progress.

Public Sub set_Message ( _
    ByVal type As esriJobMessageType, _
    ByVal A_2 As String _
)
public void set_Message (
    esriJobMessageType type,
    string A_2
);

Classes that implement IJobTracker

Classes Description

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