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.

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.

Last updated