Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ThemeApplyOutcome.cs
2{
6 public enum ThemeApplyOutcome
7 {
11 SkippedNoDomain = 0,
15 Applied = 1,
19 AppliedFromCache = 2,
23 NotSupported = 3,
27 FailedTransient = 4,
31 FailedPermanent = 5
32 }
33}
ThemeApplyOutcome
Represents the outcome of a provider theme application attempt.