online source control
back to content
sign up free version control plan

SAWHSDK::onSendStatusMessage

Description

Sends the operation result information when the operation is done.

Syntax

void onSendStatusMessage(
       String
strMsgToSend,
       boolean bSuccessful
);

Parameters

strMsgToSend
[out] Returns the description information of the operation result.

bSuccessful
[out] Returns whether the operation was done successfully.

Return Value

None.