ICommandInfo interface

Defines property values used by the command.

To get this interface, call the IScheduler::CreateCommandInfo method.

Members

The ICommandInfo interface inherits from the IDispatch interface. ICommandInfo also has these types of members:

  • Properties

Properties

The ICommandInfo interface has these properties.

Property Access type Description

EnvironmentVariables

Read-only

Retrieves the environment variables used by the command.

StdIn

Read-only

Retrieves the path to the standard input file used by the command.

WorkingDirectory

Read-only

Retrieves the startup directory for the command.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

IDispatch

HPC Interfaces

IRemoteCommand