Change events args

This commit is contained in:
2025-11-05 18:17:19 +09:00
parent 8fd7d4a571
commit e58221c430
11 changed files with 96 additions and 65 deletions

View File

@ -0,0 +1,8 @@
namespace Hcs.WebApp.BackgroundServices.ResultGetters
{
public struct ResultGetterResponse
{
public bool success;
public DateTime endedAt;
}
}