PendingReason.ToString(PendingReason+ReasonCode) Method

Definition

Writes a string that represents the pending reason.

public static string ToString (Microsoft.Hpc.Scheduler.Properties.PendingReason.ReasonCode code);
static member ToString : Microsoft.Hpc.Scheduler.Properties.PendingReason.ReasonCode -> string
Public Shared Function ToString (code As PendingReason.ReasonCode) As String

Parameters

code
PendingReason.ReasonCode

The reason that the job or task is pending.

Returns

A string that represents the pending reason.

Applies to