WIP
This commit is contained in:
@@ -13,6 +13,7 @@ namespace WebAPI.Services.Interfaces
|
||||
string Description { get; }
|
||||
IEnumerable<string> Commands { get; }
|
||||
string ReplyTextMessage { get; }
|
||||
string ReplyJsonMessage { get; }
|
||||
IEnumerable<DomainType> SupportGroups { get; }
|
||||
IEnumerable<ILineMessage> LineMessage { get; }
|
||||
bool Enabled(PastoralDomain pastoralDomain = null, string command = null);
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace WebAPI.Services.Interfaces
|
||||
{
|
||||
public interface IScheduledTask
|
||||
{
|
||||
static DateTime? NextRunningTime { get; set; }
|
||||
string Description { get; }
|
||||
bool CheckTime(DateTime time);
|
||||
Task<bool> RunTask();
|
||||
|
||||
Reference in New Issue
Block a user