Table of Contents

Class SystemJobProperties

Namespace
JobFlow.Models.Common
Assembly
JobFlow.Models.dll

Pre-defined system properties used on Jobs.

public static class SystemJobProperties
Inheritance
SystemJobProperties

Properties

RetryDelay

Retry delay, in a TimeSpan format.

public static string RetryDelay { get; }

Property Value

string

Remarks

This is used by JobFlow when the worker returns a Status of Retry.