Class StepExecutionOptions
The StepExecutionOptions.
Assembly: Taskurai.dll
Declaration
public class StepExecutionOptions : ExecutionOptions
Inheritance: System.Object -> Taskurai.Models.ExecutionOptions
Properties
StopBefore
Stop step before date time (utc).
Declaration
public DateTimeOffset? StopBefore { get; set; }