GPUdb.admin_shutdown( exit_type = None, authorization = None, options = {} )
Exits the database server application.
Input Parameter Description
| Name | Type | Description |
|---|---|---|
| exit_type | str | Reserved for future use. User can pass an empty string. |
| authorization | str | No longer used. User can pass an empty string. |
| options | dict of str | Optional parameters. Default value is an empty dict ( {} ). |
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| exit_status | str | 'OK' upon (right before) successful exit. |