SessionStartInfo.HasRuntime Property
Determines whether the Runtime property is set.
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in microsoft.hpc.scheduler.session.dll)
Usage
Syntax
'Declaration
Public ReadOnly Property HasRuntime As Boolean
public bool HasRuntime { get; }
public:
property bool HasRuntime {
bool get ();
}
/** @property */
public boolean get_HasRuntime ()
public function get HasRuntime () : boolean
Property Value
Is true if the job specifies a runtime limit; otherwise, false.
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 HPC Server 2008, Windows Server 2008, Windows Vista, Windows XP
Target Platforms
Microsoft Windows HPC Server 2008, Windows Server 2008 with HPC Pack 2008 Client Utilities, Windows Vista with HPC Pack 2008 Client Utilities, Windows XP with HPC Pack 2008 Client Utilities
See Also
Reference
SessionStartInfo Class
SessionStartInfo Members
Microsoft.Hpc.Scheduler.Session Namespace