%DUMP TASKS--List PSL Tasks
List the PSL tasks started by the Agent
Syntax
Parameters
This command has no parameters.
Description
Lists each task with details given in the following format:
Type: type Active: active Object ID: object_id
Appl Inst.: app_instance PID: process_id
Username: username Password: password
Home: home Output Device: output
Environment: environment
Field | Description |
---|---|
type | type of command, such as OS or PSL |
active | Yes if active No if not active |
object_id | numeric object ID of the task |
app_instance | application instance that created this task |
process_id | process ID of the task if it is currently executing -1 when not executing |
username | one of these values:
|
password | one of these values:
|
home | directory used as home directory by the task |
output | where to send the output: console |
environment | custom environment variables applied to this task |
Where to go from here