Share via


IExecutionResult interface

Provides the result of a command that is executed on a node.

The following methods return this interface as elements of a collection:

Members

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

  • Methods

Methods

The IExecutionResult interface has these methods.

Method Description
get_CommandId

Retrieves the identifier of the command that ran.

get_ExitCode

Retrieves the exit code.

get_NodeName

Retrieves the node name.

get_Output

Retrieves the output.

 

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

CCP Interfaces