All Classes Namespaces Files Functions Pages
Tx.Stream.RuntimeStatus Class Reference

Methods

 Description.Get
 Returns a textual description of the object.
 
 ErrorSource.Get
 Returns error source information . More...
 
 ErrorStatus.Get
 Returns error information. More...
 
 Parent.Get
 Returns the parent object.
 
 Refresh.Timestamp.Get
 
 Refresh
 This function refreshes the information with the latest server information.
 
 Status.Get
 Returns the stream status. More...
 

Class overview

Definition at line 24392 of file api.tcl.

Method documentation

Tx.Stream.RuntimeStatus::ErrorSource.Get

Returns error source information .

Returns
The error status as a string. E.g: "TxUser, SchedulingConflict, Interface". Returns "None" in case of no errors.

Definition at line 24405 of file api.tcl.

Tx.Stream.RuntimeStatus::ErrorStatus.Get

Returns error information.

Returns
The error status as a string. E.g: "OutOfResources". Returns "None" in case of no errors.

Definition at line 24413 of file api.tcl.

Tx.Stream.RuntimeStatus::Status.Get

Returns the stream status.

Returns
ACTIVE when the stream is running, INACTIVE when the stream is inactive

Definition at line 24437 of file api.tcl.