Main Content

target.ApplicationStatus Class

Namespace: target

Describe status of application on target hardware

Since R2021a

Description

Use the target.ApplicationStatus enumeration class to describe the status of your target application. The enumeration class contains these members.

MemberApplication Status

Running

Application running on target hardware

Stopped

Application not running on target hardware

Unknown

Not known

Creation

target.ApplicationStatus.MemberName creates an object of the enumeration class.

Examples

PIL Target Connectivity with Debugger

For an example that uses the target.ApplicationStatus class, see Use Debugger for PIL Target Connectivity (Embedded Coder).

Version History

Introduced in R2021a