Contenu principal

resumeApplication

R2026b

Resume application on target computer

Since R2022b

    Description

    resumeApplication(tg, appName) resumes the specified application after suspension.

    example

    Examples

    collapse all

    Resume the deployed application myApplication on the target.

    tg.resumeApplication('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.

    Example: myApplication

    Version History

    Introduced in R2022b