Skip to main content

Class CompleteTaskInput

The CompleteTaskInput.

Assembly: Taskurai.dll
Declaration
public class CompleteTaskInput

Properties

Archived

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

Declaration
public bool? Archived { get; set; }

Progress

Task progress.

Declaration
public TaskProgress Progress { get; set; }

Result

Task result.

Declaration
public TaskResult Result { get; set; }

Status

Update the status (Creating, Created, Running, 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; }