Share via


IResourceUsage.KernelProcessorTime Property

Retrieves the kernel-mode processor time that is used by the job or task.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
ReadOnly Property KernelProcessorTime As Long
long KernelProcessorTime { get; }
property long long KernelProcessorTime {
    long long get ();
}
/** @property */
long get_KernelProcessorTime ()
function get KernelProcessorTime () : long

Property Value

The kernel-mode processor time, in milliseconds.

Remarks

For a task, the value is the kernel-mode processor time used by the task.

For a job, the value is the cumulative kernel-mode processor time for all tasks in the job.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

IResourceUsage Interface
IResourceUsage Members
Microsoft.ComputeCluster Namespace