# Job_PostProcedure

> Execute runonce entries that has been moved by the function Job_PostInstallProcedure.

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

### Description

Execute runonce entries that has been moved by the function [Job_PostInstallProcedure](/capainstaller/vb-scripting-library/job-functions/job-postinstallprocedure/)

### Syntax

Job_PostProcedure() As Boolean

### Example

**VBScript**

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

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

### Related functions

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