JAMS Developer Guide
SetStatus(Int32,String,Server) Method


MVPSI.JAMS Namespace > Entry Class > SetStatus Method : SetStatus(Int32,String,Server) Method
The JAMS Entry to be set.
The text to be displayed.
The JAMS Server that has this entry.
Sets the job status of the indicated JAMS entry.
Syntax
'Declaration
 
Public Overloads Shared Sub SetStatus( _
   ByVal jamsEntry As System.Integer, _
   ByVal jobStatus As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim jobStatus As System.String
Dim js As Server
 
Entry.SetStatus(jamsEntry, jobStatus, js)
public static void SetStatus( 
   System.int jamsEntry,
   System.string jobStatus,
   Server js
)

Parameters

jamsEntry
The JAMS Entry to be set.
jobStatus
The text to be displayed.
js
The JAMS Server that has this 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