externalActorStageExitFailed
Hierarchy
- AsyncOperationFailed
- ActorStageExitFailed
Index
Constructors
externalconstructor
Parameters
externalerror: Error
externalcorrelationId: CorrelationId
externaloptionaltimestamp: Timestamp
Returns ActorStageExitFailed
Properties
publicexternalreadonlyerror
publicexternalreadonlycorrelationId
publicexternalreadonlytimestamp
Methods
staticexternalfromJSON
Parameters
externalo: JSONObject
Returns ActorStageExitFailed
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONObject
Emitted when releasing an
Actor
or its abilities resulted in an error 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.