(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_smg, prev: END_DISPLAY_UPDATE, next: NEXT)


END_PASTEBOARD_UPDATE - End Pasteboard Update

Ends update batching for a pasteboard.

Format:

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

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


(go to: table of contents, index, list of vms_smg, prev: END_DISPLAY_UPDATE, next: NEXT)

02-JUL-2000 ZE.