Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 456 Bytes

batch.exit.md

File metadata and controls

24 lines (17 loc) · 456 Bytes

Batch.exit

The exit function is established to set ERRORLEVEL of the batch execution.

Sample

	var batch = new Batch();
	batch.exit(1);

API

CallingReturning
Batch . exit ( level )Batch
ParametersTypeDescription
levelNumberAn integer for ERRORLEVEL.