Skip to main content
Table of Contents

Class LogEvents.BackgroundTasks

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Background-task queue event-IDs (101_000s).

public static class LogEvents.BackgroundTasks
Inheritance
LogEvents.BackgroundTasks
Inherited Members

Fields

JobFailedExecuted

Job failed during execution.

public const int JobFailedExecuted = 101003

Field Value

int

JobSuccessfulExecuted

Job completed successfully.

public const int JobSuccessfulExecuted = 101002

Field Value

int

QueuedHostedServiceStarted

Queued hosted service has started.

public const int QueuedHostedServiceStarted = 101001

Field Value

int

QueuedHostedServiceStopped

Queued hosted service has stopped.

public const int QueuedHostedServiceStopped = 101004

Field Value

int