(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_smg, prev: PREV, next: END_PASTEBOARD_UPDATE)


END_DISPLAY_UPDATE - End Display Update

Ends update batching for a virtual display.

Format:

    status = vms_smg.end_display_update (display_id)
Returns:
status
Condition code as returned from SMG$END_DISPLAY_UPDATE. Either SS$_NORMAL, SMG$_BATWASOFF or SMG$_BATSTIPRO are returned here - all other codes produce a Python exception.
Arguments:
display_id
The virtual display on which the batch count is to be decremented.
Examples:

See the examples section of the vms_smg.begin_display_update() routine.


(go to: table of contents, index, list of vms_smg, prev: PREV, next: END_PASTEBOARD_UPDATE)

10-SEP-2000 ZE.