ArcObjects Library Reference (DataSourcesRaster)  

IDrLoader.IsBusy Property

Indicates if the loader is currently busy.

[Visual Basic .NET]
Public ReadOnly Property IsBusy As Boolean
[C#]
public bool IsBusy {get;}
[C++]
HRESULT get_IsBusy(
  VARIANT_BOOL* pIsBusy
);
[C++]

Parameters

pIsBusy [out, retval]   pIsBusy is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Get the status of the loader, whether it is in use or not.

See Also

IDrLoader Interface