หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
For scripting, gets the operational state of the registered task.
Syntax
RegisteredTask.State As Integer
Property value
A TASK_STATE constant that defines the operational state of the task.
| Value | Meaning |
|---|---|
|
The state of the task is unknown. |
|
The task is registered but is disabled and no instances of the task are queued or running. The task cannot be run until it is enabled. |
|
Instances of the task are queued. |
|
The task is ready to be executed, but no instances are queued or running. |
|
One or more instances of the task are running. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Type library |
|
| DLL |
|