System Ports
Status, Execution and Error are three system ports that allow Dataguess to notify users the status of connection, execution status and error of each component. These ports can be enabled or disabled.
Last updated
Status, Execution and Error are three system ports that allow Dataguess to notify users the status of connection, execution status and error of each component. These ports can be enabled or disabled.
Last updated
The status port has 4 states:
Initialized (0)
Connected / Listening (1)
Connecting (2)
Not connected / Not Listening (3)
The execution port has 2 states:
Ready (0)
Executing (1)
The error port's state is String or None.