IActorRuntime.GetCurrentEventGroup method
Returns the current EventGroup
of the actor with the specified id. Returns null if the id is not set, or if the ActorId
is not associated with this runtime. During testing, the runtime asserts that the specified actor is currently executing.
public EventGroup GetCurrentEventGroup(ActorId currentActorId)
parameter | description |
---|---|
currentActorId | The id of the currently executing actor. |
Return Value
The current EventGroup or null.
See Also
- class EventGroup
- class ActorId
- interface IActorRuntime
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors