# changeWindowState

Description: change the state of the application start window.

Request example:

{
    "method" : "changeWindowState",
    "requestId" : "1",
    "windowState" : 2,
    "stayOnTop" : false
}

Response example:

{
    "method" : "changeWindowState",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • windowState — Window state. It can be as follows:

    • 1 - Minimized

    • 2 - Maximized

  • stayOnTop — A field showing whether a window is on top of other windows. It can be as follows:

    • true

    • false

  • requestId - a unique request identifier. You can learn more about it here.

See also: