Interface IXMEngineTaskWorker


public interface IXMEngineTaskWorker
Provides a hook for responding to failed engine runs.
  • Method Summary

    Modifier and Type Method Description
    void onFail​(org.json.JSONObject taskParams)
    This method is called if for some reason the execution of the IXM task fails.
  • Method Details

    • onFail

      void onFail​(org.json.JSONObject taskParams)
      This method is called if for some reason the execution of the IXM task fails.
      Parameters:
      taskParams - the original task parameters.