GoodMem
ReferenceClient SDKs.NET SDKModels

BackgroundJobAttempt Model

BackgroundJobAttempt Model documentation for .NET SDK

Telemetry captured for a single execution attempt of a background job

Properties

NameTypeDescriptionNotes
AttemptIdlongIdentifier of the attempt
JobIdlongIdentifier of the job that owns this attempt
StartedAtlong?Attempt start timestamp (milliseconds since epoch)[optional]
FinishedAtlong?Attempt completion timestamp (milliseconds since epoch)[optional]
Okbool?Indicates whether the attempt succeeded (null if still running)[optional]
WorkerIdstringIdentifier of the worker processing the attempt[optional]
StatusMessagestringLatest status message reported by the worker[optional]
ProgressCurrentlongCurrent progress counter value
ProgressTotallong?Total progress target when known[optional]
ProgressUnitstringUnit label associated with the progress counters[optional]
ProgressUpdatedAtlong?Timestamp when progress was last updated (milliseconds since epoch)[optional]
ErrorMessagestringShort error message recorded when the attempt failed[optional]
ErrorStacktracestringStack trace captured when the attempt failed, if available[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page