Enum AsiBackboneActorType
- Namespace
- AsiBackbone.Core.Actors
- Assembly
- AsiBackbone.Core.dll
Identifies the general kind of actor participating in an AsiBackbone operation.
public enum AsiBackboneActorType
Fields
Agent = 4The actor represents an autonomous or delegated software agent.
Human = 1The actor represents a human participant.
Service = 3The actor represents a service, integration, or daemon.
System = 2The actor represents a trusted system process.
Unknown = 0The actor is not known.