* Added method to Delete task

* Added WorkingDirectory to RunProcess method
This commit is contained in:
2025-02-16 17:42:10 +01:00
parent 8aad585ce9
commit 06efb220dc
4 changed files with 39 additions and 4 deletions

View File

@@ -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; }