DatabaseEdiabas
Summary
Represents an Ediabas Database object.
See also
- Methods
- Properties
Structure
- class DatabaseEdiabas
- disconnect_ediabas() bool
Attempts to disconnect the ediabas.
- Returns
True
if is_ediabas_connected value isTrue
and the method disconnects the API,False
if the is_ediabas_connected value is alreadyFalse
- Return type
- get_arguments_for_job(job: str) List[Tuple[str, str]]
Gets a list of a job arguments of a job from the database.
- reconnect() bool
Attempts to reconnect the ediabas database
- Returns
True
if the reconnection attempt was successful,False
if not.- Return type
- is_connected
Boolean flag to get the connection status of the message.
True
if a TCP connection exists. Otherwise,False
.- Type