Main Content

target.HostProcessExecutionTool Class

Namespace: target

Capture system command information to run target application from MATLAB computer

Since R2020b

Description

Use the target.HostProcessExecutionTool class to capture system command information that is required to run the target application from your development computer. Use this class to specify nonblocking commands. MATLAB® runs a nonblocking command in the background and does not wait for the termination of the command.

Properties

expand all

Name of the execution tool.

Attributes:

GetAccess
public
SetAccess
public

A target.Command object that provides a system command for running the application. The command in the list starts the application process.

This property must not be empty.

Attributes:

GetAccess
public
SetAccess
public

A target.Command object that provides a system command to stop the application execution.

Attributes:

GetAccess
public
SetAccess
public

Value of the Name property.

Attributes:

GetAccess
public
SetAccess
private

Version History

Introduced in R2020b