Skip to main content
Skip table of contents

closeWorkSpace

Versionshinweise

21.1.07, 21.2

Code

GROOVY
WorkSpaceScriptUtils.closeWorkSpace(IScriptWorkSpace workSpace)

Beschreibung

Schließt und entfernt ein zuvor erzeugtes Suchergebnis.

Dies geschieht auch automatisch am Ende des Skripts. Bei großen Durchläufen ist es aber notwendig, den Speicher zwischendurch freizugeben.

Parameter

  • workSpace - Das Suchergebnis.

Beispiele

GROOVY
IScriptWorkSpace workSpace = WorkSpaceScriptUtils.createEmptyWorkSpace("Customer");
WorkSpaceScriptUtils.closeWorkSpace(IScriptWorkSpace workSpace)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.