[Deployment]AskRestartFunc
- Last UpdatedJul 19, 2023
- 1 minute read
If "prompt" is specified as the update method for deployment, you can use this parameter to call a Cicode function instead of displaying the inbuilt restart notification dialog.
The Cicode function should return 0 if the restart is approved, or an error code if it is not.
You can use the parameter [Deployment]AskRestartArgs to pass arguments to the specified Cicode function.
Allowable Values:
Any valid Cicode function.
Default Value:
Display the inbuilt restart notification dialog.