IsBomWindowRunning

The global IAmRunningInJobProcessor flag is of type bool and indicates whether a BOM Window is currently being displayed.

Syntax

$IsBomWindowRunning

Remarks

This automatic variable is $true while the Show-BOMWindow cmdlet is running.

It can be used, for example, in non-modal displays to inform Vault users that displayed ERP details may not be fully up to date while a BOM Window is processing in the background
(see Sample.Tab-File-ErpBom.ps1 or Sample.Tab-Item-ErpBom.ps1).