JAMS Developer Guide
Restart(Int32,Boolean,Severity,String,Server) Method


MVPSI.JAMS Namespace > Entry Class > Restart Method : Restart(Int32,Boolean,Severity,String,Server) Method
The JAMS entry to restart.
If true, the entry is held after it is aborted.
The completion severity for the cancelation.
A comment to be added to the audit trail for the entry.
The JAMS Server that has the entry.
Restarts the specified entry.
Syntax
'Declaration
 
Public Overloads Shared Sub Restart( _
   ByVal jamsEntry As System.Integer, _
   ByVal holdEntry As System.Boolean, _
   ByVal severity As Severity, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim holdEntry As System.Boolean
Dim severity As Severity
Dim comment As System.String
Dim js As Server
 
Entry.Restart(jamsEntry, holdEntry, severity, comment, js)
public static void Restart( 
   System.int jamsEntry,
   System.bool holdEntry,
   Severity severity,
   System.string comment,
   Server js
)

Parameters

jamsEntry
The JAMS entry to restart.
holdEntry
If true, the entry is held after it is aborted.
severity
The completion severity for the cancelation.
comment
A comment to be added to the audit trail for the entry.
js
The JAMS Server that has the entry.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List