mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
22 lines
777 B
C#
22 lines
777 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: TaskScheduler.TaskStatus
|
|||
|
// Assembly: AutoKMS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: D1CED9E3-1FC7-49B8-B3AC-44976AB7F6E4
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\HackTool.Win32.KMSAuto.i-f317ba4d4051fad64a0aa45b587fa3dcea795bac30acec2872779abe31a07cbe.exe
|
|||
|
|
|||
|
namespace TaskScheduler
|
|||
|
{
|
|||
|
public enum TaskStatus
|
|||
|
{
|
|||
|
Ready = 267008, // 0x00041300
|
|||
|
Running = 267009, // 0x00041301
|
|||
|
Disabled = 267010, // 0x00041302
|
|||
|
NeverRun = 267011, // 0x00041303
|
|||
|
NoMoreRuns = 267012, // 0x00041304
|
|||
|
NotScheduled = 267013, // 0x00041305
|
|||
|
Terminated = 267014, // 0x00041306
|
|||
|
NoTriggers = 267015, // 0x00041307
|
|||
|
NoTriggerTime = 267016, // 0x00041308
|
|||
|
}
|
|||
|
}
|