Loading...
Select Version
Function: |
Closes the Management Console session and, depending on the entered parameter, saves the as yet unsaved changes. | |
Parameters: |
| |
| All the changes should be saved. | |
| All the changes should be rejected (default). | |
Return: | None | |
Note: |
| |
Example: | ... import BcAdminMain ... BcAdminMain.close(True) ... |