target.ApplicationStatus class
Package: target
Describe status of application on target hardware
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.