Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ActionExecutionResult

    Captures the results of a single action being executed.

    interface ActionExecutionResult {
        action_name?: string;
        error?: ActionError;
        started_at?: string;
        ended_at?: string;
    }
    Index

    Properties

    action_name?: string

    The name of the action that was executed.

    error?: ActionError
    started_at?: string

    The time when the action was started.

    ended_at?: string

    The time when the action finished executing.