update start/stop task from windows service
This commit is contained in:
parent
8577c73c4c
commit
d14b5fc01f
16 changed files with 240 additions and 93 deletions
|
@ -3,6 +3,8 @@
|
|||
public enum BackgroundTaskStatus
|
||||
{
|
||||
Run = 1,
|
||||
Abort = 2
|
||||
Abort = 2,
|
||||
Starting = 3,
|
||||
Stopping = 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue