IWDTFSystemAction2::IsRestartedWithContext method (wdtfsystemaction.h)
Gets a value that indicates whether the test script was restarted for a specific context.
Syntax
HRESULT IsRestartedWithContext(
[in] BSTR psContextName,
[out, retval] VARIANT_BOOL *pbIsRestarted
);
Parameters
[in] psContextName
The context name.
[out, retval] pbIsRestarted
True if the script was restarted with the context; otherwise, false.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Professional |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wdtfsystemaction.h |