Status Property (Read Only)

Top  Previous  Next

Indicates the status of the communication. Each status refers to an action of the Job Class.

 

Possible constant values are:

 

Constant Value

Meaning

lsWaitCommand

Waiting a command from the host

lsWaitData

Receiving the data file

lsWaitControl

Receiving the control file

lsWaitSubcommand

Waiting a subcommand from the host

lsAbortJob

The job was aborted

 

Visual Basic Syntax

 

[TxTnbLPDStatus =] TnbXLPDJob.Status

 

Delphi Syntax

 

[TxTnbLPDStatus :=] TnbXLPDJob.Status;

 

 

See also IsConnected property.