A successful terminal action result.
Return a value created by string/1, boolean/1, or integer/1 from an
action handler. Use with_artifacts/2 to include artifacts that the same
action has already stored through Onelastleaf.PluginSDK.ActionContext.store_artifact/3.
Summary
Functions
Creates a boolean result.
Creates an integer result.
Creates a string result.
Adds stored artifacts to a result.
Types
Functions
Creates a boolean result.
Creates an integer result.
Creates a string result.
Adds stored artifacts to a result.
Every descriptor must exactly match an artifact previously acknowledged by oll during the current action. Duplicate descriptors are rejected when the handler returns.