Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 478 Bytes

File metadata and controls

24 lines (18 loc) · 478 Bytes

wsInstallCanceled

Description

This function must be called inside 'add_to_workspace' script and it will mark the install as canceled, interrupting the install.

PROCEDURE wsInstallCanceled(canceled : BOOLEAN);
def vs.wsInstallCanceled(canceled):
    return None

Parameters

Name Type Description
canceled BOOLEAN

Version

Availability: from Vectorworks 2021

Category