Main Content

pauseApplication

Pause application running on target computer

Since R2022b

    Description

    example

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

    Examples

    collapse all

    Pause the running application myApplication.

    tg.pauseApplication('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 to pause it.

    Example: myApplication

    Version History

    Introduced in R2022b