When a version is delivered to a deployment client, the Runtime Manager needs to be restarted to apply the included changes. The Update Method allows you to specify how a restart will be initiated.
WARNING |
LOSS OF CONTROL
You need to carefully consider how an update method will impact the runtime system before you deploy a project version. Failure to follow these instructions can result in death, serious injury, or equipment damage. |
There are three options you can use for the Update Method.
When the Update Method is set to Prompt, the client machine accepts the project and a message box will display prompting the operator to restart Runtime Manager.
Note: To use your own prompt instead of the default prompt, you can create custom Cicode and implement it with the parameters [Deployment]AskRestartFunc and [Deployment]AskRestartArgs. Refer to Create a Custom Deployment Prompt for more information.
When the Update Method is set to Notify, the client machine accepts the project and a notification is added to the system tray indicating a new project has been deployed and that Runtime Manager needs to be restarted.
When the Update Method is set to Force, the client machine accepts the project and restarts Runtime Manager automatically.
If Runtime Manager is not running on a deployment client, a deployed project will be transferred but will not run. You will need to start Runtime Manager to launch the project.
See also
Published June 2018