target.ExecutionService Class
Namespace: target
Describe implementation of execution service for target application
Description
Use the target.ExecutionService class, which inherits from
target.ApplicationExecutionTool, to describe the execution service
implementation for running an application on the target computer. The implementation uses
MATLAB® code.
To create a target.ExecutionService object, use the target.create function.
Properties
Examples
Use target.ExecutionService to Describe Application Execution
For an example that uses the
target.ExecutionService class to describe the application execution
within a debugger, see Use Debugger for PIL Target Connectivity (Embedded Coder).
Version History
Introduced in R2021a
See Also
target.create | target.ExecutionTool | target.ApplicationExecutionTool
Topics
- Use Debugger for PIL Target Connectivity (Embedded Coder)