Class StepTrackingOptions
Step tracking options
Assembly: Taskurai.Worker.dll
Declaration
public class StepTrackingOptions
Properties
TrackProgress
Automatically track the progress of the step (default = true).
Declaration
public bool? TrackProgress { get; set; }
TrackIntermediateResults
Automatically track the intermediate results of the step (default = true).
Declaration
public bool? TrackIntermediateResults { get; set; }