Main Content

resumeApplication

Resume application on target computer

Since R2022b

    Description

    example

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

    Examples

    collapse all

    Resume the deployed application myApplication on the target.

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