Help Center

CWhsExec.GetStatusmethod

Provides status information about a script run with the Exec method.

Windowsmethoddocumented

Syntax

FUNCTION GetStatus () AS WshExecStatus

Return value

The Status property returns a value from the WshExecStatus enumerated type. WshRunning = 0, WshFinished = 1, WshFailed = 2.

Description

Provides status information about a script run with the Exec method.

Reference

  • Defined in AfxNova/AfxWsh.inc:362
  • Documented in Windows/Windows Script/Windows Shell.md
  • Topic: Windows Shell