WaitForExternalEventAction Class

Defines the structure of Wait for External Event object.

Inheritance
WaitForExternalEventAction

Constructor

WaitForExternalEventAction(external_event_name: str)

Parameters

external_event_name

Methods

to_json

Convert object into a json dictionary.

to_json

Convert object into a json dictionary.

to_json() -> Dict[str, Any]

Returns

The instance of the class converted into a json dictionary

Return type

<xref:Dict>[str, <xref:Union>[str, int]]

Attributes

action_type

Get the type of action this class represents.