ArcObjects Library Reference (System)  

IJobTracker.IsStopped Property

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

[Visual Basic .NET]
Public WriteOnly Property IsStopped
[C#]
public void IsStopped {set;}
[C++]
HRESULT put_IsStopped(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJobTracker Interface