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.