CloseProjectOptions
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
promptIfDirty | boolean | R | 25.0 | Get whether a prompt is shown if a project is dirty on project open/close |
showCancelButton | boolean | R | 25.0 | Get whether the cancel button is shown on project open/close |
isAppBeingPreparedToQuit | boolean | R | 25.0 | Get whether the app is prepared to quit when open/closing a project |
saveWorkspace | boolean | R | 25.0 | Get whether your workspaces are saved when opening/closing a project |
Instance Methods
setIsAppBeingPreparedToQuit
25.0CloseProjectOptions
Set whether the app should be prepared to quit when open/closing a project
Parameters
Name | Type | Description |
---|---|---|
isAppBeingPreparedToQuit | boolean | - |
setPromptIfDirty
25.0CloseProjectOptions
Set whether to prompt if a project is dirty on project open/close
Parameters
Name | Type | Description |
---|---|---|
promptIfDirty | boolean | - |
setSaveWorkspace
25.0CloseProjectOptions
Set whether to save your workspaces when opening/closing a project
Parameters
Name | Type | Description |
---|---|---|
isAppBeingPreparedToQuit | boolean | - |
setShowCancelButton
25.0CloseProjectOptions
Set whether to show the cancel button on project open/close
Parameters
Name | Type | Description |
---|---|---|
showCancelButton | boolean | - |