IWDTFSystemAction2::get_IsRestarted method (wdtfsystemaction.h)

Gets a value that indicates whether the test script restarted as a result of a call to RebootRestart or RebootRestartWithContext.

This property is read-only.

Syntax

HRESULT get_IsRestarted(
  VARIANT_BOOL *pbIsRestarted
);

Parameters

pbIsRestarted

A value that indicates whether the system is restarted.

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

See also

IWDTFSystemAction2