Represents change information about action status, including result description, error description, and linked state (if applicable).

Hierarchy

  • ActionStatusChangeInfo

Properties

actionStatus: ActionStatus

The changed action status.

errorDescription?: string

An additional error state is reported with the given error description if action fails and status is FAILED (optional).

linkedState?: Partial<Headerless<State>>

Specifies a partial state that must be updated together with the action status change (optional).

resultDescription?: string

A result reported if action status is FINISHED (optional).

Generated using TypeDoc