Cell Properties

The Cell type exposes the following members.

Properties


  Name Description
Public property HasMessages
If the actor isLocal, returns whether "user messages" are currently queued, falseotherwise.
Public property IsLocal
Returns true if the actor is local.
Public property NumberOfMessages
If the actor isLocal, returns the number of "user messages" currently queued, which may be a costly operation, 0 otherwise.
Public property Parent
The supervisor of this actor.
Public property Props
The props for this actor cell.
Public property Self
Gets the “self” reference which this Cell is attached to.
Public property System
The system within which this Cell lives.