Gives a list of all of the forked tasks you own, along with detailed information about each one. Wizardly characters may specify `all wizards' and see the queued tasks which are owned by a player with .wizard=1. This is useful to find a task that $wiz_utils:random_wizard has put in various queues, and to also find code which is running with wizardly permissions that shouldn't be.
The information displayed includes the following:
Queue ID:
A numeric identifier for the task, for use in killing it (see "help @kill").
Start Time:
The time after which the task will begin execution.
Owner:
The player whose permissions under which the task is running.
Unless you are a wizard, @forked will show only your tasks.
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.
This:
The value of `this' for the forked task, in the case that it is different from (i.e., is a descendant of) the object on which the verb code lives.
For a more verbose output, use `@forked-v*erbose'. This will display the same information as the above, but for any task which is not a fresh fork or foreground task, a callers()-style listing of the stack trace will be displayed.