scripting:api:application:status

status

Method of IApplication

Sets status message

Application.status(strMessage, eType);

==== Visual Basic Script ====

Application.status strMessage, eType

==== C++ ====

HRESULT hr = Application.status(strMessage, eType);

===== See Also ===== IApplication