Action Enumeration

Specifies what to do after a hook completes.

Values 4

Name Description
Plugin_Continue

Continue with the original action

Plugin_Changed

Inputs or outputs have been overridden with new values

Plugin_Handled

Handle the action at the end (don't call it)

Plugin_Stop

Immediately stop the hook chain and handle the original