Contenu principal

pauseApplication

R2026b

Pause application running on target computer

Since R2022b

    Description

    pauseApplication(tg, appName) suspends the specified application which is in running state.

    example

    Examples

    collapse all

    Pause the running application myApplication.

    tg.pauseApplication('myApplication');

    Input Arguments

    collapse all

    Target computer for the deployed application, specified as a linuxTarget object. The object provides access to methods that manipulate the target computer properties.

    Example: tg

    Specify the application name to pause it.

    Example: myApplication

    Version History

    Introduced in R2022b