Skip to main content

Class TaskCompleteInput

The TaskCompleteInput.

Assembly: Taskurai.dll
Declaration
public class TaskCompleteInput

Properties

Archived

Should the task be archived (to filter out of enumeration results).

Declaration
public bool? Archived { get; set; }

Progress

Task progress.

Declaration
public Progress Progress { get; set; }

Result

Task result.

Declaration
public ResultResponse Result { get; set; }

Status

Update the status (Succeeded, Failed, Canceled, IntermediateFailure).

Declaration
public TaskStatusType? Status { get; set; }

StatusCode

Update the status code.

Declaration
public int? StatusCode { get; set; }

Error

Task error.

Declaration
public Error Error { get; set; }

RetryAfter

Retry after feedback from command.

Declaration
public After RetryAfter { get; set; }