replace saving background tasks in DB
This commit is contained in:
parent
3353de1e5d
commit
e7d5bf0c7e
52 changed files with 1423 additions and 1306 deletions
|
@ -0,0 +1,8 @@
|
|||
namespace WebsitePanel.EnterpriseServer
|
||||
{
|
||||
public enum BackgroundTaskStatus
|
||||
{
|
||||
Run = 1,
|
||||
Abort = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue