externalActorStageExitAttempted
Hierarchy
- AsyncOperationAttempted
- ActorStageExitAttempted
Index
Constructors
Properties
Methods
Constructors
externalconstructor
Parameters
externalcorrelationId: CorrelationId
externalactor: Name
externaloptionaltimestamp: Timestamp
Returns ActorStageExitAttempted
Properties
publicexternalreadonlyname
publicexternalreadonlydescription
publicexternalreadonlycorrelationId
publicexternalreadonlytimestamp
publicexternalreadonlyactor
Methods
staticexternalfromJSON
Parameters
externalo: JSONObject
Returns ActorStageExitAttempted
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONValue
Emitted when an
Actor
is dismissed either upon theSceneFinishes
event for actors initialised within the scope of a test scenario, or upon theTestRunFinishes
event for actors initialised within the scope of a test suite.