Run Close_LabVIEW.ps1 to terminate a running LabVIEW instance via g-cli.
| Name | Required | Example | Description |
|---|---|---|---|
labview_version |
Yes | 2021 |
LabVIEW 2021 (21.0) to close. |
supported_bitness |
Yes | 32 or 64 |
Target LabVIEW bitness. |
- uses: ./.github/actions/close-labview
with:
labview_version: 2021
# preferred:
# labview_version: 2021
supported_bitness: 64This directory inherits the root repository’s license (MIT, unless otherwise noted).