1
0

新增方法練習顯示處理進度

This commit is contained in:
2024-03-18 10:43:42 +08:00
parent ea4e5da703
commit e55b957028
6 changed files with 52 additions and 5 deletions

View File

@@ -9,5 +9,6 @@
public string Delay(string message, int seconds, int minutes = 0, int hours = 0, int days = 0);
public string Recurring(string message, string jobId, string expression);
public string Continuation(string message, string jobId);
public string Progress(int seconds);
}
}