'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 _ )
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.