SC.Actions.RaiseAction (sc v1.0.2)

View Source

Represents a <raise> action in SCXML.

The <raise> element generates an internal event that is immediately placed in the interpreter's event queue for processing in the current macrostep.

Summary

Types

t()

@type t() :: %SC.Actions.RaiseAction{
  event: String.t() | nil,
  source_location: map() | nil
}