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.
Member | Application Status |
---|---|
| Application running on target hardware |
| Application not running on target hardware |
| Not known |
Creation
target.ApplicationStatus.
creates
an object of the enumeration class.MemberName
Examples
PIL Target Connectivity with Debugger
For an example that uses the
target.ApplicationStatus
class, see Use Debugger for PIL Target Connectivity.
Version History
Introduced in R2021a