All Superinterfaces:
RequestWatcher
All Known Implementing Classes:
DesignerSystemUtilities.SendRequestManager.ClientRequest, SystemUtilities.RequestImpl

public interface Request extends RequestWatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get()
     
     
    void
    onError(org.python.core.PyFunction func)
     
    void
    onSuccess(org.python.core.PyFunction func)
     

    Methods inherited from interface com.inductiveautomation.ignition.common.script.message.RequestWatcher

    block, compose
  • Method Details

    • get

      Object get() throws Exception
      Throws:
      Exception
    • cancel

      void cancel()
    • getError

      Exception getError()
    • onSuccess

      void onSuccess(org.python.core.PyFunction func)
    • onError

      void onError(org.python.core.PyFunction func)