[Deployment]AskRestartArgs
- Last UpdatedJul 19, 2023
- 1 minute read
This parameter allows you to pass arguments to the Cicode function called by the parameter [Deployment]AskRestartFunc.
The arguments need to be defined as a set of comma-separated values, with each argument enclosed in double quote marks. For example:
AskRestartArgs = "Hello","Hey"
If any of the arguments include a space, you need to place single quotes around all of the arguments:
AskRestartArgs = '"Hello There","Hey"'
AskRestartArgs = '"Hello There","Hey Dude"'
Allowable Values:
A string defining a set of comma-separated values.
Default Value:
No values.