Skip to main content

Class TaskCommandResult

A Class representing a TaskCommandResult, returning the command result.

Tasks completion status can either be handled by Taskurai or handled manually, by calling CompleteTask, other result types should be returned.

Assembly: Taskurai.Worker.dll
Declaration
public class TaskCommandResult

Derived:
Taskurai.Worker.TaskCompleteResult, Taskurai.Worker.TaskStatusCodeResult

Properties

Handled

Returns if command response has been handled by Taskurai.

Declaration
public bool Handled { get; }