target.ExecutionService - Describe implementation of execution service for target application - MATLAB (original) (raw)

Main Content

Namespace: target

Describe implementation of execution service for target application

Since R2021a

Description

Use the target.ExecutionService class, which inherits fromtarget.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

expand all

The name of the target application execution service.

Attributes:

GetAccess public
SetAccess public

A target.APIImplementation object that describes the MATLAB data model service implementation.

Attributes:

GetAccess public
SetAccess public

MathWorks® system requirements for operating system of development computer.

Attributes:

GetAccess public
SetAccess public

Value of the Name property.

Attributes:

GetAccess public
SetAccess private

Examples

Use target.ExecutionService to Describe Application Execution

For an example that uses thetarget.ExecutionService class to describe the application execution within a debugger, see Use Debugger for PIL Target Connectivity.

Version History

Introduced in R2021a