Class Cron
Cron represents a Cron task
Inheritance
System.Object
Cron
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class Cron
Properties
| Improve this Doc View SourceExec_times
Declaration
public long? Exec_times { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Next
Declaration
public DateTimeOffset? Next { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Prev
Declaration
public DateTimeOffset? Prev { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Schedule
Declaration
public string Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |