JAMS Developer Guide
SetEntryState(Int32,String,String,EntryIcon,Boolean,Boolean,Server) Method


MVPSI.JAMS Namespace > Entry Class > SetEntryState Method : SetEntryState(Int32,String,String,EntryIcon,Boolean,Boolean,Server) Method
The JAMS Entry to be set
The text to be displayed.
Audit Trail message.
Icon associated with the entry state.
flag denoting whether icon is permanent.
The JAMS Server that has this entry.
Sets the JobStatus, Icon, and Message of the specified entry as well as if the Icon change is permanent.
Syntax
'Declaration
 
Public Overloads Shared Sub SetEntryState( _
   ByVal jamsEntry As System.Integer, _
   ByVal jobStatus As System.String, _
   ByVal message As System.String, _
   ByVal icon As EntryIcon, _
   ByVal permanent As System.Boolean, _
   ByVal enableRelease As System.Boolean, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim jobStatus As System.String
Dim message As System.String
Dim icon As EntryIcon
Dim permanent As System.Boolean
Dim enableRelease As System.Boolean
Dim js As Server
 
Entry.SetEntryState(jamsEntry, jobStatus, message, icon, permanent, enableRelease, js)
public static void SetEntryState( 
   System.int jamsEntry,
   System.string jobStatus,
   System.string message,
   EntryIcon icon,
   System.bool permanent,
   System.bool enableRelease,
   Server js
)

Parameters

jamsEntry
The JAMS Entry to be set
jobStatus
The text to be displayed.
message
Audit Trail message.
icon
Icon associated with the entry state.
permanent
flag denoting whether icon is permanent.
enableRelease
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