Table of Contents

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 = 4

The actor represents an autonomous or delegated software agent.

Human = 1

The actor represents a human participant.

Service = 3

The actor represents a service, integration, or daemon.

System = 2

The actor represents a trusted system process.

Unknown = 0

The actor is not known.