formatted indication

From The x3270 Wiki

A b3270 protocol message indicating that the formatting state of the screen has changed. An erased screen is implicitly unformatted. A formatted screen has at least one field defined.

Attribute Always present? Type Purpose
state yes Boolean true or false

Example (XML)

<formatted state="true"/>

Example (JSON)

New in 4.2

{ "formatted": { "state": true } }