Class TaskUpdatePayload
Payload for task run.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Tasks
Assembly: ExtractorUtils.dll
Syntax
public class TaskUpdatePayload
Constructors
| Edit this page View SourceTaskUpdatePayload(string?)
Constructor
Declaration
public TaskUpdatePayload(string? message = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message giving info about task run. |
Properties
| Edit this page View SourceMessage
String message.
Declaration
public string? Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |