Main Content

stopApplication

Terminate application that is running on target computer

Since R2022b

    Description

    example

    stopApplication(tg, appName) terminates the specified application which is in running state.

    Examples

    collapse all

    Terminate the application myApplication.

    tg.stopApplication('myApplication');

    Input Arguments

    collapse all

    Object represents a target computer. Use the object to establish the connection with Linux target, to deploy the applications on Linux target, and perform several other actions.

    Example: myTargetHandle

    Specify the application name.

    Example: myApplication

    Version History

    Introduced in R2022b