IActorRuntimeLog.OnCreateStateMachine method
Invoked when the specified state machine has been created.
public void OnCreateStateMachine(ActorId id, string creatorName, string creatorType)
parameter | description |
---|---|
id | The id of the state machine that has been created. |
creatorName | The name of the creator, or null. |
creatorType | The type of the creator, or null. |
See Also
- class ActorId
- interface IActorRuntimeLog
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors