Goal: Create a restart action to restart the complete app with loading the complete configuration again.
To achieve this the following code can be used:
{
"type": "restart",
"params": {
"reset": true
}
}
The reset parameter specifies if the configuration should be loaded again.