Table of Contents

Enum ExecutionState

Namespace
GroupeIsa.Neos.Application.MethodRunners
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Represents the state of a background server method.

public enum ExecutionState

Fields

Created = 0

Created.

Failed = 4

Failed.

InProgress = 2

In progress.

Started = 1

Started.

StartupTimeoutExpired = 5

Startup timeout expired.

Succeeded = 3

Succeeded.