Share via


ResourceUsage.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
Public Property KernelProcessorTime As Long
public long KernelProcessorTime { get; set; }
public:
virtual property long long KernelProcessorTime {
    long long get () sealed;
    void set (long long value);
}
/** @property */
public final long get_KernelProcessorTime ()

/** @property */
public void set_KernelProcessorTime (long value)
public final function get KernelProcessorTime () : long

public function set KernelProcessorTime (value : 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

ResourceUsage Class
ResourceUsage Members
Microsoft.ComputeCluster Namespace