Class StepCommandResult
A Class representing a StepCommandResult, returning the command result.
Steps completion status can either be handled by Taskurai or handled manually, by calling CompleteStep, other result types should be returned.
Assembly: Taskurai.Worker.dll
Declaration
public class StepCommandResult
Derived:
Taskurai.Worker.StepCompleteResult, Taskurai.Worker.StepStatusCodeResult
Properties
Handled
Returns if command response has been handled by Taskurai.
Declaration
public bool Handled { get; }