externalActorStageExitCompleted
Hierarchy
- AsyncOperationCompleted
- ActorStageExitCompleted
Index
Constructors
externalconstructor
Parameters
externalcorrelationId: CorrelationId
externalactor: Name
externaloptionaltimestamp: Timestamp
Returns ActorStageExitCompleted
Properties
publicexternalreadonlycorrelationId
publicexternalreadonlytimestamp
publicexternalreadonlyactor
Methods
staticexternalfromJSON
Parameters
externalo: JSONObject
Returns ActorStageExitCompleted
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONValue
Emitted when an
Actor
and its abilities are correctly released 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.