This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pIsBusy
);
[C++]
Parameters pIsBusy [out, retval]
pIsBusy is a parameter of type bool*
Get the status of the loader, whether it is in use or not.