(Click to open topic with navigation)
During the course of a plugin's use, the state of the plugin may change many times. Plugins have four possible states: Stopped, Started, Paused, and Errored. For the descriptions of each state, see the Fields: Plugins reference section. The flow of a plugin through the states is shown in the following image:
You can see Handling Events for information about the events that occur during lifecycle state changes.
Related Topics