Provides access to members that track and control execution of jobs.
Members
Name | Description | |
---|---|---|
![]() |
CanContinue | Indicates whether job execution can be continued. |
![]() |
IsStopped | Must be called by job processor after it stopped job execution. |
![]() |
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 |
---|