target.ApplicationStatus - Describe status of application on target hardware - MATLAB (original) (raw)

Main Content

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.

Member Application 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

Version History

Introduced in R2021a