Skip to main content

Class StepCompleteResult

A Class representing a StepCompleteResult, returning the command result.

Steps completion status can either be handled by Taskurai or handled manually, by calling CompleteStep.

Assembly: Taskurai.Worker.dll
Declaration
public class StepCompleteResult : StepCommandResult

Inheritance: System.Object -> Taskurai.Worker.StepCommandResult

Properties

CompleteStepResponse

Returns the complete task response when handled by Taskurai.

Declaration
public StepResponse CompleteStepResponse { get; }