Class ProfileStatus

java.lang.Object
com.inductiveautomation.ignition.gateway.model.ProfileStatus
All Implemented Interfaces:
Serializable

public class ProfileStatus extends Object implements Serializable
This class lets various "profile" items (notification profile, tag history profiles, etc) communicate basic running state information. It consists of a general State, such as "Good" or "Errored", and then a localized message, which should be a very short clarification of the state.
See Also: