Main Content

target.ExecutionService Class

Namespace: target

Describe implementation of execution service for target application

Since R2021a

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

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 the target.ExecutionService class to describe the application execution within a debugger, see Use Debugger for PIL Target Connectivity.

Version History

Introduced in R2021a