Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 640 Bytes

File metadata and controls

35 lines (28 loc) · 640 Bytes

GetCallBackInval

Description

Returns whether callbacks are invalidating portions of the screen that are being changed.

FUNCTION GetCallBackInval : BOOLEAN;
def vs.GetCallBackInval():
    return BOOLEAN

Examples

resultOK := GetCallBackInval;
import vs

# Returns whether callbacks are invalidating portions of the screen that are
# being changed.
ok = vs.GetCallBackInval()
if ok:
    vs.Message('GetCallBackInval succeeded')
else:
    vs.Message('GetCallBackInval failed')

Version

Availability: from Vectorworks 2014

Category