|
Queue ID:
- A numeric identifier for the task, for use in killing it .
Start Time:
- The time after which the task will begin execution.
Owner:
- You, if you're not a wizard.
Clock:
- The number of ticks left on the clock for the task right this moment; if
the task does not execute immediately, this number will grow, up to a
maximum of 20,000 ticks.
Clock ID:
- It is possible for several tasks to share a single clock. The clock ID
is a numeric identifier for each clock, so that you can tell if one is
being shared.
Verb:
- The object and verb-name of the code that forked the task.
Line:
- The line number of the first statement that the task will execute when
it starts. Note that the code for the verb in question may have changed
since the task was forked; the forked task will use the version that was
being executed when it was forked.
|