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) · 515 Bytes

batch.echo.md

File metadata and controls

24 lines (17 loc) · 515 Bytes

Batch.echo

The echo function is established to show a message into the batch console.

Sample

	var batch = new Batch();
	batch.echo("good morning!").echo("good night!");

API

CallingReturning
Batch . echo ( message )Batch
ParametersTypeDescription
messageStringThe information to show into the batch console.