# changeWindowState
Description
Change the state of the application start window
void changeWindowState(bool bMaximized, bool bStayOnTop)
Parameters
| Name | Description |
|---|---|
| bMaximized | A flag showing whether the window should be maximized? |
| bStayOnTop | A flag showing whether the window should be on top of other windows |
Response example
{
"method" : "changeWindowState",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also