SourcePoint AMD Help

Table of Contents

targstatus

Display the status of the target.

Syntax

targstatus

Discussion

The targstatus control variable returns a string indicating the current target status. ย This is a read-only variable. This variable con be used in an expression.

The following is a list of possible status strings returned by targstatus:

NoPower
Waiting
Stopped
Running
Stepping
Flushing
Halting
Resetting
Sleeping
ShutdownPending
Shutdown

Example 1

Command input:

targstatus

Result:

Stoppedย 

Example 2

Command input:

go

targstatus

Result:

Running ย ย ย ย ย 

Related Topics: