Package com.inductiveautomation.ignition.common.script.message
package com.inductiveautomation.ignition.common.script.message
-
ClassDescriptionAllows multiple runnable instances of a MessageHandler to be created from a single MessageHandlerTask.Holds everything needed to execute a MessageHandler runnable.This interface is used to return a result from the Message Handlers when they're called as requests.This only exists because we want to hide the completion functions from the scripting system, so we break it out to a different interface (MessageResultHandler).