restore_workspace
- omni.ui.workspace_utils.restore_workspace(workspace_dump: List[Any], keep_windows_open=False)
Dock the windows according to the workspace description.
### Arguments
- `workspace_dumpList[Any]`
The dictionary with the description of the layout. It’s the dict received from `dump_workspace`.
- `keep_windows_openbool`
Determines if it’s necessary to hide the already opened windows that are not present in `workspace_dump`.