* Added method to Delete task
* Added WorkingDirectory to RunProcess method
This commit is contained in:
@@ -5,6 +5,7 @@ namespace OrdersManagementDataModel.Dtos;
|
||||
public class TaskSchedulerDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Guid RowPointer { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string CronOptions { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user