# Job_ShutdownWS

> This will shut down the system after all jobs have been installed.

Source: https://docs.capaone.com/capainstaller/vb-scripting-library/job-functions/job-shutdownws/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

### Description

This will shut down the system after all jobs have been installed

Note: This function is only supported from computer context

### Syntax

Job_ShutdownWS() as Boolean

### Example

**VBScript**

```vb
If bStatus Then bStatus = Job_ShutdownWS()

```

[Scripting Guidelines](/capainstaller/vb-scripting-library/scripting-guidelines/)

### Related functions

[Job functions](/capainstaller/vb-scripting-library/job-functions/) [Constants](/capainstaller/vb-scripting-library/addendum/constants/) [Package Property](/capainstaller/vb-scripting-library/addendum/package-property/) [Variables](/capainstaller/vb-scripting-library/addendum/variables/)
