Skip to content

DeactivationReasonCode

enum

Namespace: Orleans

An informational reason code for deactivation.
[Orleans.GenerateSerializer]
public enum DeactivationReasonCode

Fields

NameValueDescription
None0No reason provided.
ShuttingDown1The process is currently shutting down.
ActivationFailed2Activation of the grain failed.
DirectoryFailure3This activation is affected by an internal failure in the distributed grain directory.
ActivationIdle4This activation is idle.
ActivationUnresponsive5This activation is unresponsive to commands or requests.
DuplicateActivation6Another instance of this grain has been activated.
IncompatibleRequest7This activation received a request which cannot be handled by the locally running process.
ApplicationError8An application error occurred.
ApplicationRequested9The application requested to deactivate this activation.
Migrating10This activation is migrating to a new location.
RuntimeRequested11The runtime requested to deactivate this activation.
HighMemoryPressure12Runtime detected that app is running on low memory, and forcefully decided to deactivate.