IVsTestLog.LogIdleTime(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs idle time in seconds.
public:
int LogIdleTime(System::String ^ pszIdle);
public:
int LogIdleTime(Platform::String ^ pszIdle);
int LogIdleTime(std::wstring const & pszIdle);
public int LogIdleTime (string pszIdle);
abstract member LogIdleTime : string -> int
Public Function LogIdleTime (pszIdle As String) As Integer
Parameters
- pszIdle
- String
[in] pszIdle
format: ID<TAB>Idle Time in Seconds<TAB>Idle Start Time<TAB>String ID
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsTestLog::LogIdleTime(
[in] LPSTR pszIdle
);