Click or drag to resize

TaskContextStatusMessage Property

Gets or sets the status message for the current task attempt.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public string StatusMessage { get; set; }

Property Value

Type: String
Remarks
Set this status message from task classes. This status message will be sent to the task server as part of a progress update.
See Also