Table of Contents

Enum ProcessToken

Namespace
RisingV.Shared.Processors
Assembly
RisingV.Shared.dll

Represents the possible outcomes of a process token.

public enum ProcessToken
Extension Methods

Fields

Cancel = 2

Indicates that the process should be cancelled, and no further processing should occur.

Continue = 0

Indicates that the process should continue as normal.

Skip = 1

Indicates that the process should be skipped, and no further processing should occur.