Enum ProcessToken
- Namespace
- RisingV.Shared.Processors
- Assembly
- RisingV.Shared.dll
Represents the possible outcomes of a process token.
public enum ProcessToken
- Extension Methods
Fields
Indicates that the process should be cancelled, and no further processing should occur.
Indicates that the process should continue as normal.
Indicates that the process should be skipped, and no further processing should occur.