Class TaskCompleteResult
A Class representing a TaskCompleteResult, returning the command result.
Tasks completion status can either be handled by Taskurai or handled manually, by calling CompleteTask.
Assembly: Taskurai.Worker.dll
Declaration
public class TaskCompleteResult : TaskCommandResult
Inheritance: System.Object -> Taskurai.Worker.TaskCommandResult
Properties
CompleteTaskResponse
Returns the complete task response when handled by Taskurai.
Declaration
public TaskResponse CompleteTaskResponse { get; }