Task Scheduler Last Run Results

SCHED_S_TASK_READY 0x00041300 The task is ready to run at its next scheduled time. SCHED_S_TASK_RUNNING 0x00041301 The task is currently running. SCHED_S_TASK_DISABLED 0x00041302 The task will not run at the scheduled times because it has been disabled. SCHED_S_TASK_HAS_NOT_RUN 0x00041303 The task has not yet run. SCHED_S_TASK_NO_MORE_RUNS 0x00041304 There are no more runs scheduled for this task. […]