Back to Node Auth0

Interface ActionExecutionResult

docs/interfaces/management.Management.ActionExecutionResult.html

5.9.11.1 KB
Original Source

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?error?started_at?ended_at?

Properties

Optionalaction_name

action_name?: string

The name of the action that was executed.

Optionalerror

error?: ActionError

Optionalstarted_at

started_at?: string

The time when the action was started.

Optionalended_at

ended_at?: string

The time when the action finished executing.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties action_nameerrorstarted_atended_at