DatabaseEdiabas
Summary
Represents an Ediabas Database object.
See also
- Methods
- Properties
Structure
- class DatabaseEdiabas
- disconnect_ediabas() bool
Attempts to disconnect the ediabas.
- Returns
Trueif is_ediabas_connected value isTrueand the method disconnects the API,Falseif 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
Trueif the reconnection attempt was successful,Falseif not.- Return type
- is_connected
Boolean flag to get the connection status of the message.
Trueif a TCP connection exists. Otherwise,False.- Type