java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.SendRequestResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PythonSendRequestResult

public class SendRequestResult extends Object implements Serializable
This is the transport object used to communicate results for system.util.sendRequest between the gateway and the client, and across the gateway network.
See Also:
  • Constructor Details

  • Method Details

    • getOpId

      public UUID getOpId()
    • getResult

      public Object getResult()
    • getException

      public Exception getException()