Class TaskExtendResponse
The TaskExtendResponse.
Assembly: Taskurai.dll
Declaration
public class TaskExtendResponse
Properties
TaskToken
Task token to be used to complete a task.
Declaration
public string TaskToken { get; }
VisibleOn
When is the task visible again to other worker instances.
Declaration
public DateTimeOffset? VisibleOn { get; }