Searched defs:strTaskDesc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2085 int GuestSession::i_startTaskAsync(const Utf8Str &strTaskDesc, argument
2088 LogFlowThisFunc(("strTaskDesc=%s, pTask=%p\n", strTaskDesc.c_str(), pTask));
2098 Bstr(strTaskDesc).raw(),
2106 int rc = task->RunAsync(strTaskDesc, pProgress);

Completed in 39 milliseconds